private void comboBox1_SelectedIndexChanged(object sender, EventArgs e)
 {
     _controller.FeelingChange(comboBox1.Text);
 }