public IEnumerable <Servicos> BuscarPorNome(string nome)
 {
     return(_serviceRepository.BuscarPorNome(nome));
 }