public int Post(CellSectorIdPair view)
 {
     return _service.AddOneMonitor(view.CellId, view.SectorId);
 }
 public int Post(CellSectorIdPair view)
 {
     return(_service.AddOneMonitor(view.CellId, view.SectorId));
 }