/// <summary>
 /// Form On Paint
 /// </summary>
 protected override void OnPaint(PaintEventArgs e)
 {
     Data.GradientPaint(e.Graphics, ClientRectangle, LayoutColors.ColorFormBack, LayoutColors.DepthControl);
 }