public void ExcluirMaterial(Material material)
 {
     _repository.ExcluirMaterial(material);
 }