public Customer GetCustomerByEmail(string email)
 {
     return(repo.GetCustomerByEmail(email));
 }