public void InsertActorInMovie(int movieID, int actorID) { ActorsService act = new ActorsService(); act.InsertActorInMovie(movieID, actorID); }