private void MainForm_Paint(object sender, PaintEventArgs e)
 {
     view.VC = this;
     view.Paint(e);
 }