public DeThi GetById(int id)
 {
     return(_DeThiRepository.GetSingleById(id));
 }