public async Task <IResponseOutput> AddMenu(DocumentAddMenuInput input) { return(await _documentServices.AddMenuAsync(input)); }