protected void Button1_Click(object sender, EventArgs e)
 {
     objLogic.AddFlightDB(txtSourse.Text, txtDistination.Text, txtname.Text, txtPrice.Text, txtDAte.Text, txtTime.Text);
     Response.Redirect("InsertFlight.aspx");
 }