private void timer1_Tick(object sender, EventArgs e)
{
if (time == 3)
{
time = 0;
int rezult = balance + plata;
label1.Text = Convert.ToString(rezult );
}
}