public override int GetCost(PrimaryProduct primary)
 {
     return(primary.Price);
 }
 public abstract int GetCost(PrimaryProduct primary);