I know where the error is and I have looked over the internet for a solution's however can't seem to fix it.
Here is the constructor in question.
public SplashScreen(Image image)
{ // Create a constructor which requires the image as a variable;
this.Image = image;
}