public bool DeleteSection(string sectionCode, OrganizationalLevel orglevel) { return(_sectionRepository.DeleteSection(sectionCode, orglevel)); }