public async Task EditFormation(Formation formation) { await _formationRepository.EditFormation(formation.ToModel()); }