public string GetBodyParts()
 {
     Mobile_GetBodyPartsBL objMobile_GetBodyPartsBL = new Mobile_GetBodyPartsBL();
     return JsonConvert.SerializeObject(objMobile_GetBodyPartsBL.Mobile_GetBodyParts(), Formatting.Indented);
 }
    public string GetBodyParts()
    {
        Mobile_GetBodyPartsBL objMobile_GetBodyPartsBL = new Mobile_GetBodyPartsBL();

        return(JsonConvert.SerializeObject(objMobile_GetBodyPartsBL.Mobile_GetBodyParts(), Formatting.Indented));
    }