void WeightMatrixInitialize()
 {
     matrixOperations.InitializeMatrix(weightIH1, HL1N, IN, weightInitialValue);
     matrixOperations.InitializeMatrix(weightH1H2, HL2N, HL1N, weightInitialValue);
     matrixOperations.InitializeMatrix(weightH2O, ON, HL2N, weightInitialValue);
 }