public Enrollment GetEnrollment(string userid, int instituteId)
 {
     return(repository.GetEnrollment(userid, instituteId).Result);
 }