public IEnumerable <CampaignDTO> GetAll() { return(_campaignLogic.Get()); // Read, Returns all elements in database }