public KhachHang GetCustomerByEmail(string email) { if (email != "") { return(dal.GetCustomerByEmail(email)); } return(null); }