public static ObjectResult GetStandardQuestions(int pSubCampaignId, int pAccountId, int pContactId) { using (BrightPlatformEntities _efDbContext = new BrightPlatformEntities(UserSession.EntityConnection)) { return _efDbContext.FIScGetStandardQuestions(pSubCampaignId, pAccountId, pContactId); } }