protected PlantCell(ICellGeometry geometry, ICellWall cellWall, IVacuole vacuole)
 {
     StarchStorage = new StarchStorage(0);
 }
 protected PlantCell()
 {
     StarchStorage = new StarchStorage(0);
 }