public Task <bool> DeleteContest(int id)
 {
     return(_contestRepository.DeleteContest(id));
 }