public static DataTable GetAllPermisos() { PermisoAPI _PermisoAPI = new PermisoAPI(); return(_PermisoAPI.GetAllPermisos()); }