private void menuDasavargas_Click(object sender, System.EventArgs e)
 {
     this.opts.Divisions = Basics.Dasavargas();
     this.PopulateCache();
     this.bmpBuffer = null;
     this.Invalidate();
 }