public List <Course> getAllMyCourseInStateNotApproved()
 {
     return(SettingDatabase.GetAllApprovedOrNontStateCoursesOfPractitioner(this, false));
 }