static MobilePhone()
 {
     IPhone4S = new MobilePhone("Iphone 4S", "Apple", new Battery("Normal", BatteryType.Li_Ion), new Display(4.7));
 }
 static MobilePhone()
 {
     IPhone4S = new MobilePhone("Iphone 4S", "Apple", new Battery("Normal", BatteryType.Li_Ion), new Display(4.7));
 }