public async Task <IActionResult> DeleteSheet(string gridKey) { var status = await _sheetService.DeleteSheet(gridKey); return(Json(status)); }