StationForm f = new StationForm();
f.TopLevel = false;
f.Parent = panel1;
f.Show();
f.BringToFront();
panel1 is a panel which size is just as the size of the client area of mainform,
so f will not be covered by these controls of mainform