public ClientViewModel GetByDocument(string document)
 {
     return(Mapper.Map <ClientViewModel>(_clientService.GetByDocument(document)));
 }