public async Task <JsonResult> Get_Buying_Count_By_Product_Type()
        {
            var result = await _graph_repo.Get_Buying_Count_By_Product_Type();

            return(Json(result));
        }