public string GetDepartments()
 {
     Mobile_GetDepartmentsBL objMobile_GetDepartmentsBL = new Mobile_GetDepartmentsBL();
     return JsonConvert.SerializeObject(objMobile_GetDepartmentsBL.Mobile_GetDepartments(), Formatting.Indented);
 }
    public string GetDepartments()
    {
        Mobile_GetDepartmentsBL objMobile_GetDepartmentsBL = new Mobile_GetDepartmentsBL();

        return(JsonConvert.SerializeObject(objMobile_GetDepartmentsBL.Mobile_GetDepartments(), Formatting.Indented));
    }