public CustomerEntity GetUserInfoByUserName(string UserName) { return(Dal.GetUserInfoByUserName(UserName)); }