private void textBox21_TextChanged(object sender, EventArgs e)
 {
     presenter.CalculateTotalPrice();
 }