public bool HasBodyType(string BodyType)
 {
     return(_object.HasBodyType(BodyType));
 }