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