public async Task <List <MarkForDisplay> > GetMarkListAsync() =>
 _mapper.Map <List <MarkForDisplay> >(await _markRepository.GetMarkListAsync());