private void CreateSphere(double r, double h, double k, double z) { _sphere = new UvSphere((float)r); }
void CreateSphere(double r, double h, double k, double z) { this._sphere = new UvSphere((float)r); }