public List <UserMasters> GetAllUser() { BALCommon bal = new BALCommon(ConStr); return(bal.GetAllUser()); }