public Task <Contest> GetContestDetails(int id)
 {
     return(_contestRepository.GetContestDetails(id));
 }