public bool Edit(Customer customer)
 {
     return(_customerRepo.Edit(customer));
 }