public int Excluir(int Id)
 {
     return(_tipoRepository.Excluir(Id));
 }