public Categoria FindById(int?id)
 {
     return(repositorioCategoria.FindById(id));
 }