public ChallengeInfo GetChallenge(int companyId) { // Return the order from the DAL return(dal.GetChallengeByCompanyID(companyId)); }