public void AddTableObject(List <TableModel> tablelist) { try { entityData.AddTableObject(tablelist); } catch (Exception ex) { throw new Exception(ex.Message); } }