public override double MagnificationFactor(Eyepiece eyepiece)
 {
     return(500 * eyepiece.MagnificationFactor());
 }