public IEnumerable <CdmaBts> Get(string collegeName)
 {
     return(_repository.QueryCollegeBtss(_btsRepository, collegeName));
 }