public Customer ACustomerWithBranch(int?id)
 {
     return(_iCustomerRepository.ACustomerWithBranch(id));
 }