void CargarTodosLosListados()
 {
     miGestor.CargarListado(lstUsuariosProfesionales, tabla1);
     miGestor.CargarListado(lstPersonalAtencion, tabla2);
     miGestor.CargarListado(lstExtractorio, tabla3);
 }