public JsonResult CreateTable() { ObjectService.Init(); var jsonResult = new { Message = "Tables created", Status = "Success" }; return(Json(jsonResult, JsonRequestBehavior.AllowGet)); }