public AccountDAL()
 {
     context = new DominosEntities();
 }
 public PizzaDAL()
 {
     context = new DominosEntities();
 }