public static List <PermisoEntity> GetAllPermisosList() { PermisoAPI _PermisoAPI = new PermisoAPI(); return(_PermisoAPI.GetAllPermisosList()); }