You cannot connect to your database BOQand then restore .bakon top of it!
"Data Source=.; Initial Catalog=BOQ;Integrated Security=True"
****
You need to connect to the database masterand , then , you can restore the database BOQ:
"Data Source=.; Initial Catalog=master;Integrated Security=True"
*******
source
share