public async Task <ActionResult> GetFormJson(long id) { TData <WarehouseEntity> obj = await warehouseBLL.GetEntity(id); return(Json(obj)); }