public string GetEnrollmentStatus(string companyId)
 {
     return(repo.GetEnrollmentStatus(companyId));
 }
 public string GetEnrollmentStatus(string bclCode)
 {
     return(repo.GetEnrollmentStatus(bclCode));
 }