public ViewModel()
 {
     m_sqrtCmd = new SquareRootCommand(this);
 }
 public ViewModel()
 {
     m_sqrtCmd = new SquareRootCommand(this);
 }