public List <Bid> getAllReviewers(int id) { try { return(bidRepo.GetAllRewersById(id)); } catch (Exception e) { Console.WriteLine(e.Message); } return(null); }