private void VikashSesh_KeyDown(object sender, KeyEventArgs e) { if (e.Key == Key.Enter) { this.CalculateOtherCharges(); Other.Focus(); } }