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