public void Insert(UserMasters usermaster) { BALCommon bal = new BALCommon(ConStr); bal.Insert(usermaster); }