private void PopulateTablesMap() { using (ProjetSGBDEntities context = new ProjetSGBDEntities()) { tablesMap = context.GetTablesMap(currentReception.ReceptionId, null).ToList(); } ShowTablesMap(); }