public List <Lesson> GetAllMyLesson()
 {
     return(SettingDatabase.GetAllLessonsOfPractitionerAtAll(this));
 }