cmd.CommandType =
cmd.Parameters.AddWithValue(
cmd.Connection.Open();
{
i = cmd.ExecuteNonQuery();
toolStripStatusLabel1.Text =
}