private void Order_Load(object sender, EventArgs e) { RestaurantSystem rs = new RestaurantSystem(); orderno.Text = rs.AutoGenerateId(); }