public IList <Servico> Get()
 {
     return(_repository.Listar());
 }