public bool DeleteExamById(long id)
 {
     return(examRepository.DeleteExamById(id));
 }