public bool Delete(string id)
 {
     return(customerProvider.DeleteCustomerFromDatabase(id));
 }