public ActionResult GetAppointmensQuantity()
        {
            CatalogueBusiness catalogueBusiness = new CatalogueBusiness();

            return(Json(catalogueBusiness.GetAppointmentsQuantity()));
            // return JsonConvert.SerializeObject(catalogueBusiness.GetAppointmensQuantityFirstSemester());
        }