public void InputEqualsNumberofRows()
 {
     var g = new Grid(7, 12);
     Assert.AreEqual(12, g.NumberofRows());
 }