public async Task <bool> DeleteAsync(int Id) { bool resultat = await _repo.DeleteAsync(Id); return(resultat); }