public bool ChangePassword(string strLoginName, string strNewPassword) { return(dal.ChangePassword(strLoginName, strNewPassword)); }