public static int Crear(Categoria categoria)
 {
     return(CategoriaDAL.Crear(categoria));
 }