public BranchRepository()
 {
     Context = new PackXprezDB1Context();
 }
 public CustomerRepository()
 {
     Context = new PackXprezDB1Context();
 }