public override float Cost()
 {
     return(1 + bev.Cost());
 }
 public override float Cost()
 {
     return((float)0.5 + bev.Cost());
 }