public IEnumerable <CellView> GetViews(int cellId)
 {
     return(_service.GetCellViews(cellId));
 }