public string GetBodyType()
 {
     // return Type of _body
     return(_body.GetType().ToString());
 }