public Shop AddShop(string name)
 {
     return(dao.AddShop(name));
 }