public IQueryable <BatchManagement> Get() { BatchService batchService = new BatchService(); return(batchService.GetItem()); }