public async Task <JsonResult> GetAllLocation() { var data = await _GoogleMapSvc.GetAllLocations(); return(Json(data)); }