public async Task <Locacao> Alterar(Locacao entity)
 {
     return(await _repository.Alterar(entity));
 }