public bool AddConstraintInCourse(Constraint cnst, Course crs)
 {
     return(SettingDatabase.Add_New_Practitioner_Constraint(this, crs, cnst));
 }