static double AllCap(Flash flash, HDD hDD, DVD dVD) { return((flash.GetCapacity() + hDD.GetCapacity() + dVD.GetCapacity()) * 1024); }