/// <summary>
 /// Create a new TabletComputer object.
 /// </summary>
 /// <param name="brand">Initial value of the Brand property.</param>
 /// <param name="id">Initial value of the Id property.</param>
 public static TabletComputer CreateTabletComputer(global::System.String brand, global::System.Int32 id)
 {
     TabletComputer tabletComputer = new TabletComputer();
     tabletComputer.Brand = brand;
     tabletComputer.Id = id;
     return tabletComputer;
 }