public UserMasters ValidateUser(string UserName, string Password) { BALCommon bal = new BALCommon(ConStr); return(bal.ValidateUser(UserName, Password)); }