public async Task <IActionResult> Funeral(int id) { var response = await _db.GetFuneral(id); return(_responsesService.GetResponse(response)); }