public static List <Categoria> DevolverTodos()
 {
     return(CategoriaDAL.DevolverTodos());
 }