public ServiceCustomer VerifyLogin(string enteredPassword, string email) { return(customerControl.VerifyLogin(enteredPassword, email)); }