/// <summary>
 /// Removes the first row.
 /// </summary>
 /// <param name="shapeModel">The shape model.</param>
 public static void RemoveRowTop(this ShapeModel shapeModel)
 {
     shapeModel.RemoveRow(shapeModel.FirstRow());
 }