private void GetInstitution(Institution institution)
 {
     if (institution != null)
     {
         this.Institution = institution.Clone() as Institution;
         this.Institution.PropertyChanged += Institution_PropertyChanged;
     }
 }