public virtual object Clone()
        {
            HealthGuides other = (HealthGuides)this.MemberwiseClone();

            return(other);
        }
 public HealthEnginePrototype(HealthGuides currentGuides)
 {
     __guides = currentGuides.Clone() as HealthGuides;
 }