public IEnumerable <CampusImg> GetImgsByCampusIdAsync(int campusId)
 {
     return(_campusRepository.GetImgsByCampusIdAsync(campusId));
 }