public IActionResult Get() { return(new OkObjectResult( _mapper.Map <List <Cadastro> >(_repository.ListAll()))); }