public async Task <ActionResult> DeleteStatus(int id) { var result = await _statusService.DeleteStatusAsync(id); return(Ok($"{result} -Deleted")); }