public void SaveArt(object obj, EventArgs ea)
 {
     this.Invalidate();
     schets.Save();
 }