public void Post(int id, int size)
 {
     plcService.AddDatablock(id, size);
     plcService.SaveDatablocks();
 }