public JsonResult GetPatientNameValue(string prefix)
        {
            BL_MISServiceWiseCollectionReport BlReport = new BL_MISServiceWiseCollectionReport();

            return(new JsonResult {
                Data = BlReport.GetPatientName(prefix), JsonRequestBehavior = JsonRequestBehavior.AllowGet
            });
        }