public IEnumerable <CdmaCell> Get(string collegeName)
 {
     return(_repository.QueryCollegeCdmaCells(_cellRepository, collegeName));
 }