private async Task <bool> ValidateModelo(string nombre) { return(await _modeloRepository.Exists(cd => cd.Nombre == nombre)); }