public JsonResult GetConstituentReport(int ID)
        {
            GiftReports report = new GiftReports();

            return(Json(report.GetConstituentReport(ID), JsonRequestBehavior.AllowGet));
        }