public async Task <IEnumerable <Status> > GetStatus(int tableId) { return(await wikiRepository.GetStatus(tableId)); }