private void btnCount_Click(object sender, EventArgs e)
 {
     HollywoodLibrary.Movies movie = new HollywoodLibrary.Movies();
     lblCount.Text = "There are " + movie.GetCount().ToString() + " movies in the database";
 }
 private void btnCount_Click(object sender, EventArgs e)
 {
     HollywoodLibrary.Movies movie = new HollywoodLibrary.Movies();
     lblCount.Text = "There are " + movie.GetCount().ToString() + " movies in the database";
 }