public static Bitmap Brightness(Bitmap img, float correctionFactor)
        {
            float FinalValue = (float)correctionFactor / 255.0f;
            ColorMatrix TempMatrix = new ColorMatrix();
            TempMatrix.Matrix = new float[][]{