public List<SIGEEA_spListarPermisosResult> ListarPermisos(int rol)
 {
     DataClasses1DataContext dc = new DataClasses1DataContext();
     return dc.SIGEEA_spListarPermisos(rol).ToList();
 }