public RemoveResultStatus Remove(int id) { var result = _cultureService.Remove(id); return(result); }