public static Categoria DevolverPorId(int id)
 {
     return(CategoriaDAL.DevolverPorId(id));
 }