public JsonResult GetDocumentInListByOrganizeId(int organizationId)
        {
            var resp = docService.GetDocumentInListByOrganizationId(organizationId);

            return(Json(resp, JsonRequestBehavior.AllowGet));
        }