public bool DeleteCustomer(int customerId)
 {
     return(repo.DeleteCustomer(customerId));
 }