public static ObservableCollection<Movie> LoadMovies()
		{
			var movies = new ObservableCollection<Movie>();

			var movie1 = new Movie { Title = "The Godfather", Genre = "crime", GenreIconWidth = "26", GenreIconHeight = "21", GenreIconRotation = "2", GenreIcon = "M14.001284,5.4198999 C13.349399,5.3991117 12.683164,5.937819 12.828288,6.5183687 C13.151035,7.8093281 12.091933,8.7162542 10.758062,7.7851977 C9.4241915,6.8541474 8.4599495,10.05032 10.984149,10.072166 C13.979185,10.098122 15.08707,10.52014 15.12612,7.13731 C15.140496,5.8921781 14.576476,5.4382424 14.001284,5.4198999 z M24.108585,-1.1048107 L26.6134,0.89732778 L26.762058,2.840477 L24.954372,5.0966311 L17.039537,5.3510289 C17.039537,5.3510289 17.039537,7.0203948 17.039537,9.0652876 C17.039537,11.110182 13.971913,11.51916 13.971913,11.51916 L9.4838591,11.50211 L9.5038748,14.911101 L8.4620504,19.272949 L2.6609101,19.474613 L1.0187652,14.571759 C1.0187651,14.571759 2.7238357,9.2701435 3.3373847,8.4521255 C3.9508121,7.6341071 2.9283926,5.5891523 2.9283924,5.5891523 L1.2923018,5.9985585 C1.292302,5.9985585 0.67911881,5.7945576 0.065691441,5.1809673 C-0.54773569,4.5673771 3.3257341,-0.30752492 3.3257341,-0.30752507 z", StartFilmingDate = new DateTime(1971, 3, 29), ReleaseDate = new DateTime(1972, 1, 1), Description = "The Godfather is a 1972 American epic crime film directed by Francis Ford Coppola and starring Marlon Brando and Al Pacino.\r\n\r\nMost of the principal photography took place from March 29, 1971 to August 6, 1971, although a scene with Pacino and Keaton was shot in the autumn. There were a total of 77 days of shooting, fewer than the 83 for which the production had budgeted." };
			var movie2 = new Movie { Title = "The Sting", Genre = "comedy", GenreIconWidth = "22", GenreIconHeight = "24", GenreIconRotation = "11", GenreIcon = "M4.2116137,10.220749 C4.2116137,10.220749 5.4223342,12.7163 7.2735968,12.779774 C8.9414921,12.836961 10.288978,10.928486 10.646272,10.251455 C10.646272,10.251455 7.3092346,11.223471 7.3092346,11.223471 C5.9564233,10.877901 4.2116137,10.220749 4.2116137,10.220749 z M8.4532032,3.9298229 L8.3922129,6.0615754 L10.118406,6.9549084 L12.138818,6.1414213 L12.169829,4.1502767 L10.196321,5.2354255 z M3.130522,3.7199082 L3.0228565,5.7440743 L4.6998868,6.9276118 L6.7108788,6.1317301 L6.8117843,3.9657295 L4.8174419,5.0868382 z M7.5340157,0.00030530832 C10.873345,-0.015601669 14.198895,0.5901525 14.688463,1.7988328 C15.850138,4.6668382 13.847698,16.746946 7.2509995,15.963571 C1.0200996,16.357862 -0.79121804,4.4848027 0.29689792,1.9317435 C0.84158093,0.65377992 4.1946878,0.01621207 7.5340157,0.00030530832 z", StartFilmingDate = new DateTime(1973, 1, 1), ReleaseDate = new DateTime(1973, 12, 25), Description = "The Sting is a 1973 American caper film set in September 1936 that involves a complicated plot by two professional grifters (Paul Newman and Robert Redford) to con a mob boss (Robert Shaw)." };
			var movie3 = new Movie { Title = "Chinatown", Genre = "crime drama", GenreIconWidth = "26", GenreIconHeight = "21", GenreIconRotation = "2", GenreIcon = "M14.001284,5.4198999 C13.349399,5.3991117 12.683164,5.937819 12.828288,6.5183687 C13.151035,7.8093281 12.091933,8.7162542 10.758062,7.7851977 C9.4241915,6.8541474 8.4599495,10.05032 10.984149,10.072166 C13.979185,10.098122 15.08707,10.52014 15.12612,7.13731 C15.140496,5.8921781 14.576476,5.4382424 14.001284,5.4198999 z M24.108585,-1.1048107 L26.6134,0.89732778 L26.762058,2.840477 L24.954372,5.0966311 L17.039537,5.3510289 C17.039537,5.3510289 17.039537,7.0203948 17.039537,9.0652876 C17.039537,11.110182 13.971913,11.51916 13.971913,11.51916 L9.4838591,11.50211 L9.5038748,14.911101 L8.4620504,19.272949 L2.6609101,19.474613 L1.0187652,14.571759 C1.0187651,14.571759 2.7238357,9.2701435 3.3373847,8.4521255 C3.9508121,7.6341071 2.9283926,5.5891523 2.9283924,5.5891523 L1.2923018,5.9985585 C1.292302,5.9985585 0.67911881,5.7945576 0.065691441,5.1809673 C-0.54773569,4.5673771 3.3257341,-0.30752492 3.3257341,-0.30752507 z", StartFilmingDate = new DateTime(1974, 1, 1), ReleaseDate = new DateTime(1974, 12, 31), Description = "Chinatown is a 1974 American neo-noir film, directed by Roman Polanski from a screenplay by Robert Towne and starring Jack Nicholson, Faye Dunaway and John Huston." };
			var movie4 = new Movie { Title = "Jaws", Genre = "thriller", GenreIconWidth = "26", GenreIconHeight = "29", GenreIconRotation = "0", GenreIcon = "M10.783531,15.040092 C11.313121,15.022168 12.08557,16.737726 12.264068,17.301958 C12.794925,18.980001 12.203618,18.732639 10.648145,19.224661 C9.4210434,19.612803 9.7479734,15.866737 10.627898,15.104502 C10.676559,15.062352 10.728745,15.041946 10.783531,15.040092 z M14.686213,2.0621781 L7.3049841,9.051404 C7.3049841,9.051404 8.6624756,11.167304 9.4488268,11.006279 C10.293935,10.833225 12.621979,8.6025667 13.011889,6.7310238 C13.373624,4.9948721 13.567593,4.3552399 13.567593,4.3552399 L15.165464,4.2758756 z M15.546359,0.00020635121 C15.799494,-0.013016408 16.247925,0.61084354 16.166187,1.4084752 C15.890886,4.4361506 14.211273,7.5476818 12.64874,9.8516264 L12.642348,9.8609743 L12.705477,9.9018049 C13.224381,10.26936 13.880035,11.475124 14.065569,11.928381 C14.732308,13.557215 14.122701,13.3592 12.612838,13.977179 C11.756721,14.327574 11.52549,12.483568 11.765543,11.109722 L11.770134,11.085898 L11.684725,11.200253 C10.634247,12.597506 9.8163881,13.467588 9.8163881,13.467588 C9.8163881,13.467588 7.8724632,10.288993 7.9792004,11.783639 C8.0859375,13.278285 4.7070851,17.393238 2.3578653,17.500008 C0.0086459797,17.606775 7.3729289E-09,14.822733 0,14.822733 C7.3729289E-09,14.822733 14.32763,0.53570235 15.498551,0.0114828 C15.513476,0.004801014 15.529484,0.0010880086 15.546359,0.00020635121 z", StartFilmingDate = new DateTime(1974, 10, 6), ReleaseDate = new DateTime(1975, 3, 15), Description = "Jaws is a 1975 American thriller film directed by Steven Spielberg. Shot mostly on location on Martha's Vineyard, Massachusetts, the film had a troubled production, going over budget and past schedule.\r\n\\r\nAlthough principal photography wass scheduled to take 55 days, it did not wrap until October 6, 1974, after 159 days." };
			var movie5 = new Movie { Title = "Rocky", Genre = "drama", GenreIconWidth = "22", GenreIconHeight = "24", GenreIconRotation = "-10", GenreIcon = "M7.459693,9.556447 C5.8277893,9.5598536 4.5165186,11.420181 4.1647882,12.086852 C4.1647882,12.086852 7.5020027,11.114516 7.5020027,11.114516 C8.8548861,11.460199 10.599789,12.117569 10.599789,12.117569 C10.599789,12.117569 9.3890038,9.6211958 7.5376425,9.5577011 C7.5115805,9.5568075 7.4855962,9.5563936 7.459693,9.556447 z M10.047457,2.8665776 L8.0672064,3.1214213 L8.4216967,5.0263743 L10.014376,4.5416288 L11.638948,6.0372615 L11.963921,4.1323071 z M4.6766691,2.8345695 L2.9229209,4.2100687 L3.2881083,6.1047297 L4.5826831,4.5347347 L6.3773017,5.023572 L6.7022734,3.1186171 z M7.5340157,0.00030530832 C10.873345,-0.015601669 14.198895,0.5901525 14.688463,1.7988328 C15.850138,4.6668382 13.847698,16.746946 7.2509995,15.963571 C1.0200996,16.357862 -0.79121804,4.4848027 0.29689792,1.9317435 C0.84158093,0.65377992 4.1946878,0.01621207 7.5340157,0.00030530832 z", StartFilmingDate = new DateTime(1976, 1, 1), ReleaseDate = new DateTime(1976, 12, 31), Description = "Rocky is a 1976 American sports drama film directed by John G. Avildsen and both written by and starring Sylvester Stallone who plays the character Rocky Balboa." };
			var movie6 = new Movie { Title = "Star Wars", Genre = "epic", GenreIconWidth = "26", GenreIconHeight = "24", GenreIconRotation = "0", GenreIcon = "M12.630771,9.8620253 C14.174896,9.8729792 14.972476,11.457651 14.972476,11.457651 C14.972476,11.457651 16.573185,14.533286 16.471432,16.027985 C9.2468405,14.808113 2.4760811,16.045973 2.4760811,16.045973 C2.4760811,16.045973 2.700141,13.469728 3.7896118,11.587824 C4.8559475,9.745923 6.4955502,9.7860565 8.1375074,10.250444 C9.7794638,10.714832 9.6577892,10.611901 11.923445,9.9628887 C12.174356,9.8910122 12.410182,9.8604603 12.630771,9.8620253 z M8.4888601,1.7615315E-05 C8.7479782,-0.00069351424 8.9034595,0.020328972 8.9092226,0.026400639 C8.9461031,0.065259777 8.8354292,6.0094848 8.8354292,6.0094848 C8.8354292,6.0094848 10.487353,6.0093865 10.487353,6.0093865 C10.487353,6.0093865 10.42962,0.022760738 10.511567,0.0262204 C16.59627,0.28311652 16.54697,8.1618347 16.54697,8.1618347 L19.384003,15.726418 L17.655422,15.590263 C17.655422,15.590263 17.163023,11.370955 15.540168,9.3895359 C13.917313,7.4081163 11.667513,8.3405371 11.151148,8.4959412 C10.634753,8.6513443 10.118513,9.2729588 8.0161438,8.5347672 C5.9137735,7.7965922 4.4604778,8.1682625 3.3540184,9.8000317 C2.2475278,11.431785 1.4534827,15.790035 1.4534829,15.790035 L0,15.726418 C0,15.726418 2.4371302,9.3705492 2.4816675,7.689312 C2.6683772,0.6414578 7.0896249,0.0038589214 8.4888601,1.7615315E-05 z", StartFilmingDate = new DateTime(1977, 1, 1), ReleaseDate = new DateTime(1983, 12, 31), Description = "Star Wars Episode I: The Phantom Menace is a 1999 American epic space opera film written and directed by George Lucas.\r\n\r\nFilming began on June 26, 1997 and ended on September 30 of that year, primarily taking place at Leavesden Film Studios in England, with additional location shooting in the Tunisian desert for the Tatooine scenes, Cassiobury Park in Watford, England for the forest scenes on Naboo and the Italian Caserta Palace for the Theed City Naboo Palace interior." };
			var movie7 = new Movie { Title = "Life of Brian", Genre = "comedy", GenreIconWidth = "22", GenreIconHeight = "24", GenreIconRotation = "11", GenreIcon = "M4.2116137,10.220749 C4.2116137,10.220749 5.4223342,12.7163 7.2735968,12.779774 C8.9414921,12.836961 10.288978,10.928486 10.646272,10.251455 C10.646272,10.251455 7.3092346,11.223471 7.3092346,11.223471 C5.9564233,10.877901 4.2116137,10.220749 4.2116137,10.220749 z M8.4532032,3.9298229 L8.3922129,6.0615754 L10.118406,6.9549084 L12.138818,6.1414213 L12.169829,4.1502767 L10.196321,5.2354255 z M3.130522,3.7199082 L3.0228565,5.7440743 L4.6998868,6.9276118 L6.7108788,6.1317301 L6.8117843,3.9657295 L4.8174419,5.0868382 z M7.5340157,0.00030530832 C10.873345,-0.015601669 14.198895,0.5901525 14.688463,1.7988328 C15.850138,4.6668382 13.847698,16.746946 7.2509995,15.963571 C1.0200996,16.357862 -0.79121804,4.4848027 0.29689792,1.9317435 C0.84158093,0.65377992 4.1946878,0.01621207 7.5340157,0.00030530832 z", StartFilmingDate = new DateTime(1979, 1, 1), ReleaseDate = new DateTime(1979, 8, 17), Description = "Life of Brian, is a 1979 British comedy film written, directed and largely performed by the Monty Python comedy team. Starring: Graham Chapman, John Cleese, Terry Gilliam, Eric Idle, Terry Jones, Michael Palin." };
			var movie8 = new Movie { Title = "The Shining", Genre = "horror", GenreIconWidth = "26", GenreIconHeight = "26", GenreIconRotation = "0.75", GenreIcon = "M12.329087,0.5780158 C14.147904,0.64922398 15.849243,2.1728585 16.444715,3.6797624 C17.23424,5.6777334 15.460253,10.320665 10.93055,9.2301731 C10.057043,9.0198832 9.8982782,8.8344631 9.6478653,8.8064919 C9.5494194,8.795495 8.9979725,9.5786867 8.5733814,10.289268 C8.5733814,10.289268 10.049614,12.09928 10.055088,13.644787 C10.060349,15.130328 9.316514,16.964355 8.0683889,17.898184 L7.9696903,17.9702 L0,12.723413 L0.01851918,12.638308 C0.54255295,10.367191 2.7273285,8.6261835 4.9446101,8.7062006 C5.7723169,8.7360706 6.9101892,9.113903 6.9101892,9.113903 C7.6163697,8.1748972 8.8318443,6.1609921 8.8318443,6.1609921 C9.1598892,7.3441672 10.795523,8.1352386 12.227292,7.6790104 C14.264352,7.0299091 14.657213,4.8512897 14.242661,3.762943 C13.408005,1.5716745 11.133412,1.2954876 10.08071,1.5634208 C10.08071,1.5634208 9.7241936,1.4545749 9.8180618,1.3098075 C10.349765,0.48979843 11.587783,0.54899311 12.329087,0.5780158 z", StartFilmingDate = new DateTime(1980, 1, 1), ReleaseDate = new DateTime(1980, 12, 31), Description = "The Shining is a 1980 psychological horror film produced and directed by Stanley Kubrick, co-written with novelist Diane Johnson, and starring Jack Nicholson, Shelley Duvall, Scatman Crothers, and Danny Lloyd. The film is based on the novel of the same name by Stephen King." };
			var movie9 = new Movie { Title = "Raiders of the Lost Ark", Genre = "action – adventure", GenreIconWidth = "23", GenreIconHeight = "27", GenreIconRotation = "0", GenreIcon = "M78.130898,12.272297 L68.102562,14.700339 L73.73542,49.889809 C73.73542,49.889809 70.244881,50.448959 69.332191,50.811226 C67.717484,51.45216 65.184967,52.531857 65.754677,58.108196 L59.29221,61.700161 L51.545982,24.957293 L44.399227,17.613991 L33.915058,23.926899 L42.995541,29.671801 L53.391689,64.693466 C53.391689,64.693466 43.074802,72.086662 41.720207,73.2155 C41.499405,73.399498 32.10804,37.095127 32.10804,37.095127 L23.430893,30.725416 L12.035058,38.980759 L24.170078,42.243679 L35.560116,78.072121 C29.843431,81.73732 26.621193,80.692863 23.803928,75.527153 C22.114847,72.430176 21.313889,90.163246 31.717682,87.851357 C42.121479,85.539452 50.634644,76.980438 50.634644,76.980438 C50.634644,76.980438 50.679195,90.265434 57.036934,92.288261 C63.394672,94.311089 49.634811,73.115761 66.57238,68.880775 C67.2948,68.70015 67.921982,68.528343 68.464401,68.365082 L68.646606,68.309074 C68.646606,68.309074 71.093246,87.14325 92.994621,84.697052 C94.185623,84.564026 95.391052,76.968536 95.391052,76.968536 C95.391052,76.968536 73.592857,74.382736 71.128975,60.323582 C69.930824,53.486675 93.593636,48.732063 93.593636,48.732063 C93.593636,48.732063 86.626892,47.488106 79.503998,48.079704 z M50.825893,0 L69.371376,5.4813728 L75.552917,1.7130151 C75.552917,1.7130139 95.814026,-1.3706199 101.30885,3.4257836 C106.80368,8.2221231 99.249321,44.880203 99.249321,44.880203 L111.26813,44.195049 C111.26813,44.195049 120.19739,53.788097 120.54131,59.269474 C120.88522,64.750847 122.60157,63.380657 119.51067,74.343773 C116.41978,85.306892 93.411324,120.59441 88.603333,120.93699 C83.795341,121.27957 83.795219,119.9095 82.078499,120.25134 C78.313072,121.00109 78.987106,169.92888 78.987106,169.92888 C78.987106,169.92888 40.889389,170.636 37.455078,170.636 C34.020763,170.636 26.787052,168.55881 26.787052,168.55881 L29.190741,120.59466 L15.110314,116.82618 L1.3736774,63.723236 L0,39.741287 L8.5848598,30.491121 L18.200962,15.759336 L28.160112,16.10216 z", StartFilmingDate = new DateTime(1980, 6, 23), ReleaseDate = new DateTime(1981, 6, 12), Description = "Raiders of the Lost Ark (also known as Indiana Jones and the Raiders of the Lost Ark) is a 1981 American action-adventure film directed by Steven Spielberg, produced by George Lucas, and starring Harrison Ford." };
			var movie10 = new Movie { Title = "Beverly Hills Cop", Genre = "comedy", GenreIconWidth = "22", GenreIconHeight = "24", GenreIconRotation = "11", GenreIcon = "M4.2116137,10.220749 C4.2116137,10.220749 5.4223342,12.7163 7.2735968,12.779774 C8.9414921,12.836961 10.288978,10.928486 10.646272,10.251455 C10.646272,10.251455 7.3092346,11.223471 7.3092346,11.223471 C5.9564233,10.877901 4.2116137,10.220749 4.2116137,10.220749 z M8.4532032,3.9298229 L8.3922129,6.0615754 L10.118406,6.9549084 L12.138818,6.1414213 L12.169829,4.1502767 L10.196321,5.2354255 z M3.130522,3.7199082 L3.0228565,5.7440743 L4.6998868,6.9276118 L6.7108788,6.1317301 L6.8117843,3.9657295 L4.8174419,5.0868382 z M7.5340157,0.00030530832 C10.873345,-0.015601669 14.198895,0.5901525 14.688463,1.7988328 C15.850138,4.6668382 13.847698,16.746946 7.2509995,15.963571 C1.0200996,16.357862 -0.79121804,4.4848027 0.29689792,1.9317435 C0.84158093,0.65377992 4.1946878,0.01621207 7.5340157,0.00030530832 z", StartFilmingDate = new DateTime(1984, 1, 1), ReleaseDate = new DateTime(1984, 12, 5), Description = "Beverly Hills Cop is a 1984 American comedy-action film directed by Martin Brest and starring Eddie Murphy, Lisa Eilbacher, John Ashton, Judge Reinhold, and Ronny Cox. The film was released on December 5 and was very anticipated." };

			var movie11 = new Movie { Title = "The Terminator", Genre = "action", GenreIconWidth = "23", GenreIconHeight = "27", GenreIconRotation = "0", GenreIcon = "M78.130898,12.272297 L68.102562,14.700339 L73.73542,49.889809 C73.73542,49.889809 70.244881,50.448959 69.332191,50.811226 C67.717484,51.45216 65.184967,52.531857 65.754677,58.108196 L59.29221,61.700161 L51.545982,24.957293 L44.399227,17.613991 L33.915058,23.926899 L42.995541,29.671801 L53.391689,64.693466 C53.391689,64.693466 43.074802,72.086662 41.720207,73.2155 C41.499405,73.399498 32.10804,37.095127 32.10804,37.095127 L23.430893,30.725416 L12.035058,38.980759 L24.170078,42.243679 L35.560116,78.072121 C29.843431,81.73732 26.621193,80.692863 23.803928,75.527153 C22.114847,72.430176 21.313889,90.163246 31.717682,87.851357 C42.121479,85.539452 50.634644,76.980438 50.634644,76.980438 C50.634644,76.980438 50.679195,90.265434 57.036934,92.288261 C63.394672,94.311089 49.634811,73.115761 66.57238,68.880775 C67.2948,68.70015 67.921982,68.528343 68.464401,68.365082 L68.646606,68.309074 C68.646606,68.309074 71.093246,87.14325 92.994621,84.697052 C94.185623,84.564026 95.391052,76.968536 95.391052,76.968536 C95.391052,76.968536 73.592857,74.382736 71.128975,60.323582 C69.930824,53.486675 93.593636,48.732063 93.593636,48.732063 C93.593636,48.732063 86.626892,47.488106 79.503998,48.079704 z M50.825893,0 L69.371376,5.4813728 L75.552917,1.7130151 C75.552917,1.7130139 95.814026,-1.3706199 101.30885,3.4257836 C106.80368,8.2221231 99.249321,44.880203 99.249321,44.880203 L111.26813,44.195049 C111.26813,44.195049 120.19739,53.788097 120.54131,59.269474 C120.88522,64.750847 122.60157,63.380657 119.51067,74.343773 C116.41978,85.306892 93.411324,120.59441 88.603333,120.93699 C83.795341,121.27957 83.795219,119.9095 82.078499,120.25134 C78.313072,121.00109 78.987106,169.92888 78.987106,169.92888 C78.987106,169.92888 40.889389,170.636 37.455078,170.636 C34.020763,170.636 26.787052,168.55881 26.787052,168.55881 L29.190741,120.59466 L15.110314,116.82618 L1.3736774,63.723236 L0,39.741287 L8.5848598,30.491121 L18.200962,15.759336 L28.160112,16.10216 z", StartFilmingDate = new DateTime(1984, 2, 1), ReleaseDate = new DateTime(1984, 10, 26), Description = "The Terminator is a 1984 American science fiction action film directed by James Cameron, co-written by Cameron and William Wisher Jr. and starring Arnold Schwarzenegger, Michael Biehn, and Linda Hamilton. In March 1984, the film began production in Los Angeles." };
			var movie12 = new Movie { Title = "Full Metal Jacket", Genre = "war", GenreIconWidth = "21", GenreIconHeight = "24", GenreIconRotation = "0", GenreIcon = "M0.44447401,0 L5.1489239,0 L5.1489239,1.6991746 L8.1489239,1.6991746 L8.1489239,0 L13.277808,0 L11.861381,4.0897064 L7.4670901,4.0897064 L7.4677043,4.0907907 L8.9517078,6.8538327 C9.155654,7.2340717 9.6919937,7.592236 10.147931,7.6526055 L13.466473,8.0963678 C14.043013,8.1729574 14.172441,8.5387802 13.755722,8.912261 L11.353961,11.063947 C11.024508,11.359488 10.819582,11.938858 10.897042,12.35694 L11.464268,15.393898 C11.561829,15.921458 11.223552,16.148069 10.707804,15.898481 L7.7393055,14.464476 C7.3314133,14.268048 6.668097,14.268048 6.2602043,14.464476 L3.2926869,15.898481 C2.7764478,16.148069 2.4381711,15.921458 2.5357323,15.393898 L3.102958,12.35694 C3.1809089,11.938858 2.9759817,11.359488 2.6460397,11.063947 L0.2442774,8.912261 C-0.17243995,8.5387802 -0.0430125,8.1729574 0.53352809,8.0963678 L3.8520687,7.6526055 C4.3080063,7.592236 4.8448362,7.2340717 5.0482922,6.8538327 L6.5327864,4.0903401 L6.5331454,4.0897064 L1.8609003,4.0897064 z", StartFilmingDate = new DateTime(1987, 1, 1), ReleaseDate = new DateTime(1987, 6, 26), Description = "Full Metal Jacket is a 1987 war film produced, directed and co-written by Stanley Kubrick. It is an adaptation of the 1979 novel The Short-Timers by Gustav Hasford and stars Matthew Modine, Vincent D'Onofrio, R. Lee Ermey, Arliss Howard and Adam Baldwin. Kubrick shot the film in England." };
			var movie13 = new Movie { Title = "Die Hard", Genre = "action", GenreIconWidth = "23", GenreIconHeight = "27", GenreIconRotation = "0", GenreIcon = "M78.130898,12.272297 L68.102562,14.700339 L73.73542,49.889809 C73.73542,49.889809 70.244881,50.448959 69.332191,50.811226 C67.717484,51.45216 65.184967,52.531857 65.754677,58.108196 L59.29221,61.700161 L51.545982,24.957293 L44.399227,17.613991 L33.915058,23.926899 L42.995541,29.671801 L53.391689,64.693466 C53.391689,64.693466 43.074802,72.086662 41.720207,73.2155 C41.499405,73.399498 32.10804,37.095127 32.10804,37.095127 L23.430893,30.725416 L12.035058,38.980759 L24.170078,42.243679 L35.560116,78.072121 C29.843431,81.73732 26.621193,80.692863 23.803928,75.527153 C22.114847,72.430176 21.313889,90.163246 31.717682,87.851357 C42.121479,85.539452 50.634644,76.980438 50.634644,76.980438 C50.634644,76.980438 50.679195,90.265434 57.036934,92.288261 C63.394672,94.311089 49.634811,73.115761 66.57238,68.880775 C67.2948,68.70015 67.921982,68.528343 68.464401,68.365082 L68.646606,68.309074 C68.646606,68.309074 71.093246,87.14325 92.994621,84.697052 C94.185623,84.564026 95.391052,76.968536 95.391052,76.968536 C95.391052,76.968536 73.592857,74.382736 71.128975,60.323582 C69.930824,53.486675 93.593636,48.732063 93.593636,48.732063 C93.593636,48.732063 86.626892,47.488106 79.503998,48.079704 z M50.825893,0 L69.371376,5.4813728 L75.552917,1.7130151 C75.552917,1.7130139 95.814026,-1.3706199 101.30885,3.4257836 C106.80368,8.2221231 99.249321,44.880203 99.249321,44.880203 L111.26813,44.195049 C111.26813,44.195049 120.19739,53.788097 120.54131,59.269474 C120.88522,64.750847 122.60157,63.380657 119.51067,74.343773 C116.41978,85.306892 93.411324,120.59441 88.603333,120.93699 C83.795341,121.27957 83.795219,119.9095 82.078499,120.25134 C78.313072,121.00109 78.987106,169.92888 78.987106,169.92888 C78.987106,169.92888 40.889389,170.636 37.455078,170.636 C34.020763,170.636 26.787052,168.55881 26.787052,168.55881 L29.190741,120.59466 L15.110314,116.82618 L1.3736774,63.723236 L0,39.741287 L8.5848598,30.491121 L18.200962,15.759336 L28.160112,16.10216 z", StartFilmingDate = new DateTime(1988, 1, 1), ReleaseDate = new DateTime(1988, 7, 15), Description = "Die Hard is a 1988 American action film directed by John McTiernan and stars Bruce Willis, Alan Rickman , Alexander Godunov, Bonnie Bedelia ." };
			var movie14 = new Movie { Title = "Nuovo Cinema Paradiso", Genre = "drama", GenreIconWidth = "22", GenreIconHeight = "24", GenreIconRotation = "-10", GenreIcon = "M7.459693,9.556447 C5.8277893,9.5598536 4.5165186,11.420181 4.1647882,12.086852 C4.1647882,12.086852 7.5020027,11.114516 7.5020027,11.114516 C8.8548861,11.460199 10.599789,12.117569 10.599789,12.117569 C10.599789,12.117569 9.3890038,9.6211958 7.5376425,9.5577011 C7.5115805,9.5568075 7.4855962,9.5563936 7.459693,9.556447 z M10.047457,2.8665776 L8.0672064,3.1214213 L8.4216967,5.0263743 L10.014376,4.5416288 L11.638948,6.0372615 L11.963921,4.1323071 z M4.6766691,2.8345695 L2.9229209,4.2100687 L3.2881083,6.1047297 L4.5826831,4.5347347 L6.3773017,5.023572 L6.7022734,3.1186171 z M7.5340157,0.00030530832 C10.873345,-0.015601669 14.198895,0.5901525 14.688463,1.7988328 C15.850138,4.6668382 13.847698,16.746946 7.2509995,15.963571 C1.0200996,16.357862 -0.79121804,4.4848027 0.29689792,1.9317435 C0.84158093,0.65377992 4.1946878,0.01621207 7.5340157,0.00030530832 z", StartFilmingDate = new DateTime(1988, 1, 1), ReleaseDate = new DateTime(1988, 11, 7), Description = "Nuovo cinema Paradiso is a 1988 Italian drama film written and directed by Giuseppe Tornatore  and  stars  Jacques Perrin, Philippe Noiret, Leopoldo Trieste, Marco Leonardi, Agnese Nano and Salvatore Cascio." };
			var movie15 = new Movie { Title = "Indiana Jones and the Last Crusade", Genre = "action – adventure", GenreIconWidth = "23", GenreIconHeight = "27", GenreIconRotation = "0", GenreIcon = "M78.130898,12.272297 L68.102562,14.700339 L73.73542,49.889809 C73.73542,49.889809 70.244881,50.448959 69.332191,50.811226 C67.717484,51.45216 65.184967,52.531857 65.754677,58.108196 L59.29221,61.700161 L51.545982,24.957293 L44.399227,17.613991 L33.915058,23.926899 L42.995541,29.671801 L53.391689,64.693466 C53.391689,64.693466 43.074802,72.086662 41.720207,73.2155 C41.499405,73.399498 32.10804,37.095127 32.10804,37.095127 L23.430893,30.725416 L12.035058,38.980759 L24.170078,42.243679 L35.560116,78.072121 C29.843431,81.73732 26.621193,80.692863 23.803928,75.527153 C22.114847,72.430176 21.313889,90.163246 31.717682,87.851357 C42.121479,85.539452 50.634644,76.980438 50.634644,76.980438 C50.634644,76.980438 50.679195,90.265434 57.036934,92.288261 C63.394672,94.311089 49.634811,73.115761 66.57238,68.880775 C67.2948,68.70015 67.921982,68.528343 68.464401,68.365082 L68.646606,68.309074 C68.646606,68.309074 71.093246,87.14325 92.994621,84.697052 C94.185623,84.564026 95.391052,76.968536 95.391052,76.968536 C95.391052,76.968536 73.592857,74.382736 71.128975,60.323582 C69.930824,53.486675 93.593636,48.732063 93.593636,48.732063 C93.593636,48.732063 86.626892,47.488106 79.503998,48.079704 z M50.825893,0 L69.371376,5.4813728 L75.552917,1.7130151 C75.552917,1.7130139 95.814026,-1.3706199 101.30885,3.4257836 C106.80368,8.2221231 99.249321,44.880203 99.249321,44.880203 L111.26813,44.195049 C111.26813,44.195049 120.19739,53.788097 120.54131,59.269474 C120.88522,64.750847 122.60157,63.380657 119.51067,74.343773 C116.41978,85.306892 93.411324,120.59441 88.603333,120.93699 C83.795341,121.27957 83.795219,119.9095 82.078499,120.25134 C78.313072,121.00109 78.987106,169.92888 78.987106,169.92888 C78.987106,169.92888 40.889389,170.636 37.455078,170.636 C34.020763,170.636 26.787052,168.55881 26.787052,168.55881 L29.190741,120.59466 L15.110314,116.82618 L1.3736774,63.723236 L0,39.741287 L8.5848598,30.491121 L18.200962,15.759336 L28.160112,16.10216 z", StartFilmingDate = new DateTime(1988, 6, 2), ReleaseDate = new DateTime(1989, 5, 24), Description = "Indiana Jones and the Last Crusade is a 1989 American adventure film directed by Steven Spielberg and the stars Harrison Ford, Sean Connery etc.\r\n\r\nPrincipal photography began on May 16, 1988 in the Tabernas Desert in the Almería province of Spain. - The closing shot of Indiana, Henry, Sallah and Brody riding into the sunset was filmed in Texas in early 1989." };
			var movie16 = new Movie { Title = "Batman", Genre = "superhero", GenreIconWidth = "25", GenreIconHeight = "27", GenreIconRotation = "0", GenreIcon = "M8.166995,8.2622185 C4.2264047,8.2622185 0.78751934,9.5919333 0.75650108,9.8715858 C0.56881946,11.563693 4.2264047,14.42807 8.166995,14.42807 C12.107587,14.42807 15.30034,11.543174 15.30034,9.8405209 C15.361872,9.6852226 12.107587,8.2622185 8.166995,8.2622185 z M14.598091,0 C14.598091,0 16.615725,8.4121895 15.810009,10.808696 L15.793567,10.824672 C15.793567,12.979307 13.735582,14.813111 11.034935,15.595349 L10.724084,15.679485 L10.750474,15.683934 C12.552212,16.006147 13.881172,16.670254 14.187068,17.319378 L10.718438,18.956118 L6.3361139,18.854843 L2.6950686,17.297621 C2.9332979,16.689955 4.065454,16.098841 5.6506414,15.764253 L5.8066564,15.732963 L5.6901159,15.707401 C2.8239591,15.030147 0.43771031,13.247484 0.26588747,11.102097 C0.26588762,11.102097 0.25306225,11.138354 0.24620198,11.115506 C-0.77281862,7.721436 1.7008473,0.2174733 1.7008473,0.21747337 C1.7008473,0.2174733 2.9379811,2.1809924 3.29178,2.0747049 C9.5272779,0.20160754 12.689193,2.0409009 12.689193,2.0409012 z", StartFilmingDate = new DateTime(1988, 10, 1), ReleaseDate = new DateTime(1989, 6, 23), Description = "Batman is a 1989 American superhero film directed by Tim Burton and stars Jack Nicholson, Michael Keaton, Kim Basinger, Robert Wuhl, Pat Hingle, Billy Dee Williams, Michael Gough, Jack Palance Principal photography  began from October 1988 to January 1989." };
			var movie17 = new Movie { Title = "Goodfellas", Genre = "crime", GenreIconWidth = "26", GenreIconHeight = "21", GenreIconRotation = "2", GenreIcon = "M14.001284,5.4198999 C13.349399,5.3991117 12.683164,5.937819 12.828288,6.5183687 C13.151035,7.8093281 12.091933,8.7162542 10.758062,7.7851977 C9.4241915,6.8541474 8.4599495,10.05032 10.984149,10.072166 C13.979185,10.098122 15.08707,10.52014 15.12612,7.13731 C15.140496,5.8921781 14.576476,5.4382424 14.001284,5.4198999 z M24.108585,-1.1048107 L26.6134,0.89732778 L26.762058,2.840477 L24.954372,5.0966311 L17.039537,5.3510289 C17.039537,5.3510289 17.039537,7.0203948 17.039537,9.0652876 C17.039537,11.110182 13.971913,11.51916 13.971913,11.51916 L9.4838591,11.50211 L9.5038748,14.911101 L8.4620504,19.272949 L2.6609101,19.474613 L1.0187652,14.571759 C1.0187651,14.571759 2.7238357,9.2701435 3.3373847,8.4521255 C3.9508121,7.6341071 2.9283926,5.5891523 2.9283924,5.5891523 L1.2923018,5.9985585 C1.292302,5.9985585 0.67911881,5.7945576 0.065691441,5.1809673 C-0.54773569,4.5673771 3.3257341,-0.30752492 3.3257341,-0.30752507 z", StartFilmingDate = new DateTime(1990, 1, 1), ReleaseDate = new DateTime(1990, 12, 31), Description = "GoodFellas is a 1990 American crime film directed by Martin Scorsese. Starring - Ray Liotta,Robert De Niro,Joe Pesci,Lorraine Bracco, Paul Sorvino. The film was shot on location in Queens, New York, New Jersey, and parts of Long Island during the spring and summer of 1989." };
			var movie18 = new Movie { Title = "Terminator 2: Judgment Day", Genre = "action", GenreIconWidth = "23", GenreIconHeight = "27", GenreIconRotation = "0", GenreIcon = "M78.130898,12.272297 L68.102562,14.700339 L73.73542,49.889809 C73.73542,49.889809 70.244881,50.448959 69.332191,50.811226 C67.717484,51.45216 65.184967,52.531857 65.754677,58.108196 L59.29221,61.700161 L51.545982,24.957293 L44.399227,17.613991 L33.915058,23.926899 L42.995541,29.671801 L53.391689,64.693466 C53.391689,64.693466 43.074802,72.086662 41.720207,73.2155 C41.499405,73.399498 32.10804,37.095127 32.10804,37.095127 L23.430893,30.725416 L12.035058,38.980759 L24.170078,42.243679 L35.560116,78.072121 C29.843431,81.73732 26.621193,80.692863 23.803928,75.527153 C22.114847,72.430176 21.313889,90.163246 31.717682,87.851357 C42.121479,85.539452 50.634644,76.980438 50.634644,76.980438 C50.634644,76.980438 50.679195,90.265434 57.036934,92.288261 C63.394672,94.311089 49.634811,73.115761 66.57238,68.880775 C67.2948,68.70015 67.921982,68.528343 68.464401,68.365082 L68.646606,68.309074 C68.646606,68.309074 71.093246,87.14325 92.994621,84.697052 C94.185623,84.564026 95.391052,76.968536 95.391052,76.968536 C95.391052,76.968536 73.592857,74.382736 71.128975,60.323582 C69.930824,53.486675 93.593636,48.732063 93.593636,48.732063 C93.593636,48.732063 86.626892,47.488106 79.503998,48.079704 z M50.825893,0 L69.371376,5.4813728 L75.552917,1.7130151 C75.552917,1.7130139 95.814026,-1.3706199 101.30885,3.4257836 C106.80368,8.2221231 99.249321,44.880203 99.249321,44.880203 L111.26813,44.195049 C111.26813,44.195049 120.19739,53.788097 120.54131,59.269474 C120.88522,64.750847 122.60157,63.380657 119.51067,74.343773 C116.41978,85.306892 93.411324,120.59441 88.603333,120.93699 C83.795341,121.27957 83.795219,119.9095 82.078499,120.25134 C78.313072,121.00109 78.987106,169.92888 78.987106,169.92888 C78.987106,169.92888 40.889389,170.636 37.455078,170.636 C34.020763,170.636 26.787052,168.55881 26.787052,168.55881 L29.190741,120.59466 L15.110314,116.82618 L1.3736774,63.723236 L0,39.741287 L8.5848598,30.491121 L18.200962,15.759336 L28.160112,16.10216 z", StartFilmingDate = new DateTime(1990, 10, 9), ReleaseDate = new DateTime(1991, 4, 4), Description = "Terminator 2: Judgment Day is a 1991 science fiction action film, the second installment of the Terminator franchise and the sequel to The Terminator (1984). Directed by James Cameron. Principal photography of Terminator 2 spanned over 186 days between October 9, 1990 and April 4, 1991" };
			var movie19 = new Movie { Title = "Unforgiven", Genre = "western", GenreIconWidth = "32", GenreIconHeight = "18", GenreIconRotation = "0", GenreIcon = "M10.629973,4.9080153 L10.628599,4.9112968 L9.6699991,7.200047 L6.630136,7.200047 L9.1021767,8.6163149 L8.1580238,10.908014 L10.630136,9.4917059 L13.102247,10.908014 L12.157988,8.6163769 L14.630135,7.2000475 L11.589231,7.2000475 L10.63144,4.9115758 z M7.9629254,0.00055603631 C8.1890106,-0.0094743175 8.4417505,0.11529873 8.7136049,0.44805107 C9.5044546,1.4160579 10.199466,3.0797195 10.798619,3.2007234 C11.397754,3.3217273 11.014304,3.3519721 11.373784,3.1704786 C11.733265,2.9889851 13.00354,0.99248195 13.410958,0.53873581 C13.818377,0.084989473 14.440949,-0.40664661 15.088554,1.1437306 C15.783526,2.8074915 15.68761,7.2844644 15.999171,7.3752112 C16.310732,7.4659581 21.783356,7.5598621 21.990669,9.1297064 C22.062557,9.6741371 21.703077,10.127871 21.463425,10.460638 C21.21735,10.802305 18.472895,14.03023 10.606905,13.999774 C2.794054,13.969529 0.44543636,10.490821 0.15786375,9.8858252 C-0.12972848,9.2808304 0.046722628,9.1954288 0.13379611,8.9481258 C0.22965352,8.6758728 0.93106592,7.6602182 6.0358186,7.4787869 C6.398293,7.4659081 5.9335799,3.8965645 7.011982,1.0227765 C7.1968369,0.53016257 7.5313077,0.019705068 7.9629254,0.00055603631 z", StartFilmingDate = new DateTime(1992, 1, 1), ReleaseDate = new DateTime(1992, 8, 7), Description = "Unforgiven is a 1992 American Western film produced and directed by Clint Eastwood. Starring: Clint Eastwood, Gene Hackman, Morgan Freeman, Richard Harris." };
			var movie20 = new Movie { Title = "Jurassic Park", Genre = "adventure thriller", GenreIconWidth = "38", GenreIconHeight = "38", GenreIconRotation = "11", GenreIcon = "M23.147223,34.317558 L23.736755,37.259064 L20.79525,37.848595 L20.205717,34.907089 z M2.941505,20.009209 L3.5310373,22.950714 L0.58953285,23.540247 L0,20.598742 z M20.111336,16.716259 L16.574278,17.275787 L17.283171,20.067583 L20.820229,19.508055 z M37.259064,13.131329 L37.848595,16.072834 L34.907089,16.662365 L34.317558,13.72086 z M28.236814,7.5004787 L23.707905,21.03924 L10.089815,29.309479 L14.235941,16.146063 z M16.269337,0 L16.85887,2.9415059 L13.917365,3.5310383 L13.327832,0.58953238 z", StartFilmingDate = new DateTime(1992, 8, 24), ReleaseDate = new DateTime(1993, 6, 11), Description = "Jurassic Park is a 1993 American science fiction adventure thriller film directed by Steven Spielberg. It stars Sam Neill, Laura Dern, Jeff Goldblum etc.\r\n\r\nAfter 25 months of pre-production, filming began on August 24, 1992, on the Hawaiian island of Kauaʻi. On September 11, Hurricane Iniki passed directly over Kauaʻi, which caused the crew to lose a day of shooting.  Several of the storm scenes from the movie are actual footage shot during the hurricane." };
			var movie21 = new Movie { Title = "Forrest Gump", Genre = "comedy drama romance", GenreIconWidth = "22", GenreIconHeight = "24", GenreIconRotation = "-10", GenreIcon = "M7.459693,9.556447 C5.8277893,9.5598536 4.5165186,11.420181 4.1647882,12.086852 C4.1647882,12.086852 7.5020027,11.114516 7.5020027,11.114516 C8.8548861,11.460199 10.599789,12.117569 10.599789,12.117569 C10.599789,12.117569 9.3890038,9.6211958 7.5376425,9.5577011 C7.5115805,9.5568075 7.4855962,9.5563936 7.459693,9.556447 z M10.047457,2.8665776 L8.0672064,3.1214213 L8.4216967,5.0263743 L10.014376,4.5416288 L11.638948,6.0372615 L11.963921,4.1323071 z M4.6766691,2.8345695 L2.9229209,4.2100687 L3.2881083,6.1047297 L4.5826831,4.5347347 L6.3773017,5.023572 L6.7022734,3.1186171 z M7.5340157,0.00030530832 C10.873345,-0.015601669 14.198895,0.5901525 14.688463,1.7988328 C15.850138,4.6668382 13.847698,16.746946 7.2509995,15.963571 C1.0200996,16.357862 -0.79121804,4.4848027 0.29689792,1.9317435 C0.84158093,0.65377992 4.1946878,0.01621207 7.5340157,0.00030530832 z", StartFilmingDate = new DateTime(1994, 1, 1), ReleaseDate = new DateTime(1994, 7, 6), Description = "Forrest Gump is a 1994 American epic comedy-drama romance film. The film was directed by Robert Zemeckis, starring Tom Hanks, Robin Wright and Gary Sinise.  Filming began in August 1993 and ended four months later in December." };
			var movie22 = new Movie { Title = "Twelve Monkeys", Genre = "science fiction", GenreIconWidth = "26", GenreIconHeight = "26", GenreIconRotation = "-46.184", GenreIcon = "M1.5206642,8.7390833 C1.7765322,8.7443714 2.0303824,8.84727 2.2215681,9.046525 C2.2932627,9.1212454 2.3510547,9.2042112 2.39501,9.292223 L2.4102552,9.326931 L4.8059998,9.3592548 L4.7925086,10.359164 L2.3088052,10.325653 L2.2625475,10.385923 C2.240654,10.411661 2.2172527,10.436539 2.1923459,10.460437 C1.7938354,10.842808 1.1608057,10.829724 0.77843428,10.431214 C0.39606285,10.032704 0.40914631,9.3996744 0.80765653,9.0173025 C1.0069118,8.8261166 1.2647967,8.7337952 1.5206642,8.7390833 z M12.417881,4.9973021 C10.722778,4.9973021 9.8900928,7.3731995 9.8900928,9.4627514 C9.8900928,11.552304 10.768762,13.997071 12.463863,13.997071 C14.158966,13.997071 16.028599,11.552303 16.028599,9.4627514 C16.028599,7.373199 14.112983,4.9973021 12.417881,4.9973021 z M10.081663,0.5 C12.002615,0.49999982 14.088775,2.4624481 15.158131,5.3221831 L15.164606,5.3400016 L15.196478,5.3473835 C16.885418,5.7651682 18.155905,7.5716348 18.155905,9.7368107 C18.155905,12.056642 16.697437,13.964688 14.828467,14.194133 L14.801984,14.196976 L14.76564,14.273591 C13.627224,16.616264 11.789176,18.153 10.081663,18.153 C8.9290924,18.153 7.868587,17.449671 7.0275993,16.27043 L6.9369197,16.140121 L4.8497691,16.111961 L4.8252516,16.162048 C4.7776976,16.248171 4.716527,16.328676 4.6418061,16.400372 C4.2432957,16.782743 3.6102662,16.769659 3.2278948,16.371149 C2.8455234,15.972639 2.8586066,15.339609 3.2571168,14.957238 C3.456372,14.766052 3.7142572,14.67373 3.9701247,14.679019 C4.2259922,14.684307 4.4798427,14.787205 4.6710281,14.986461 C4.6949267,15.011368 4.7172799,15.03719 4.738091,15.063811 L4.7711692,15.110809 L6.3558064,15.13219 L6.3411846,15.102787 C5.5896401,13.554725 5.1349049,11.535367 5.1349049,9.3264999 C5.1349049,7.3461361 5.5004234,5.5181007 6.1176505,4.045464 L6.1564522,3.9551616 L4.3005857,3.9301219 L4.2195139,3.9871817 C3.8261495,4.2353883 3.299664,4.1817846 2.9650891,3.8330877 C2.5827179,3.4345772 2.5958011,2.8015475 2.9943113,2.4191761 C3.1935666,2.2279904 3.4514518,2.1356683 3.7073193,2.1409566 C3.963187,2.1462448 4.2170372,2.2491431 4.4082232,2.4483984 C4.5277138,2.572933 4.6085863,2.7203696 4.6511464,2.8759022 L4.6642737,2.9349377 L6.6546221,2.9617918 L6.6686945,2.9372733 C7.5563836,1.4271581 8.7583418,0.49999994 10.081663,0.5 z", StartFilmingDate = new DateTime(1995, 2, 8), ReleaseDate = new DateTime(1995, 12, 29), Description = "12 Monkeys is a 1995 science fiction film directed by Terry Gilliam and starring Bruce Willis, Madeleine Stowe, and Brad Pitt." };
			var movie23 = new Movie { Title = "La vita è bella", Genre = "drama", GenreIconWidth = "22", GenreIconHeight = "24", GenreIconRotation = "-10", GenreIcon = "M7.459693,9.556447 C5.8277893,9.5598536 4.5165186,11.420181 4.1647882,12.086852 C4.1647882,12.086852 7.5020027,11.114516 7.5020027,11.114516 C8.8548861,11.460199 10.599789,12.117569 10.599789,12.117569 C10.599789,12.117569 9.3890038,9.6211958 7.5376425,9.5577011 C7.5115805,9.5568075 7.4855962,9.5563936 7.459693,9.556447 z M10.047457,2.8665776 L8.0672064,3.1214213 L8.4216967,5.0263743 L10.014376,4.5416288 L11.638948,6.0372615 L11.963921,4.1323071 z M4.6766691,2.8345695 L2.9229209,4.2100687 L3.2881083,6.1047297 L4.5826831,4.5347347 L6.3773017,5.023572 L6.7022734,3.1186171 z M7.5340157,0.00030530832 C10.873345,-0.015601669 14.198895,0.5901525 14.688463,1.7988328 C15.850138,4.6668382 13.847698,16.746946 7.2509995,15.963571 C1.0200996,16.357862 -0.79121804,4.4848027 0.29689792,1.9317435 C0.84158093,0.65377992 4.1946878,0.01621207 7.5340157,0.00030530832 z", StartFilmingDate = new DateTime(1997, 8, 10), ReleaseDate = new DateTime(1998, 10, 23), Description = "Life Is Beautiful (Italian: La vita è bella) is a 1997 Italian film which tells the story of a Jewish Italian directed by Roberto Benigni. Starring:	Roberto Benigni, Nicoletta Braschi, Giorgio Cantarini, Giustino Durano, Sergio Bini Bustric." };
			var movie24 = new Movie { Title = "Saving Private Ryan", Genre = "war", GenreIconWidth = "21", GenreIconHeight = "24", GenreIconRotation = "0", GenreIcon = "M0.44447401,0 L5.1489239,0 L5.1489239,1.6991746 L8.1489239,1.6991746 L8.1489239,0 L13.277808,0 L11.861381,4.0897064 L7.4670901,4.0897064 L7.4677043,4.0907907 L8.9517078,6.8538327 C9.155654,7.2340717 9.6919937,7.592236 10.147931,7.6526055 L13.466473,8.0963678 C14.043013,8.1729574 14.172441,8.5387802 13.755722,8.912261 L11.353961,11.063947 C11.024508,11.359488 10.819582,11.938858 10.897042,12.35694 L11.464268,15.393898 C11.561829,15.921458 11.223552,16.148069 10.707804,15.898481 L7.7393055,14.464476 C7.3314133,14.268048 6.668097,14.268048 6.2602043,14.464476 L3.2926869,15.898481 C2.7764478,16.148069 2.4381711,15.921458 2.5357323,15.393898 L3.102958,12.35694 C3.1809089,11.938858 2.9759817,11.359488 2.6460397,11.063947 L0.2442774,8.912261 C-0.17243995,8.5387802 -0.0430125,8.1729574 0.53352809,8.0963678 L3.8520687,7.6526055 C4.3080063,7.592236 4.8448362,7.2340717 5.0482922,6.8538327 L6.5327864,4.0903401 L6.5331454,4.0897064 L1.8609003,4.0897064 z", StartFilmingDate = new DateTime(1998, 1, 1), ReleaseDate = new DateTime(1998, 7, 24), Description = "Saving Private Ryan is a 1998 American epic war film set during the invasion of Normandy in World War II. It was directed by Steven Spielberg and written by Robert Rodat." };
			var movie25 = new Movie { Title = "American Beauty", Genre = "drama", GenreIconWidth = "22", GenreIconHeight = "24", GenreIconRotation = "-10", GenreIcon = "M7.459693,9.556447 C5.8277893,9.5598536 4.5165186,11.420181 4.1647882,12.086852 C4.1647882,12.086852 7.5020027,11.114516 7.5020027,11.114516 C8.8548861,11.460199 10.599789,12.117569 10.599789,12.117569 C10.599789,12.117569 9.3890038,9.6211958 7.5376425,9.5577011 C7.5115805,9.5568075 7.4855962,9.5563936 7.459693,9.556447 z M10.047457,2.8665776 L8.0672064,3.1214213 L8.4216967,5.0263743 L10.014376,4.5416288 L11.638948,6.0372615 L11.963921,4.1323071 z M4.6766691,2.8345695 L2.9229209,4.2100687 L3.2881083,6.1047297 L4.5826831,4.5347347 L6.3773017,5.023572 L6.7022734,3.1186171 z M7.5340157,0.00030530832 C10.873345,-0.015601669 14.198895,0.5901525 14.688463,1.7988328 C15.850138,4.6668382 13.847698,16.746946 7.2509995,15.963571 C1.0200996,16.357862 -0.79121804,4.4848027 0.29689792,1.9317435 C0.84158093,0.65377992 4.1946878,0.01621207 7.5340157,0.00030530832 z", StartFilmingDate = new DateTime(1998, 12, 14), ReleaseDate = new DateTime(1999, 9, 17), Description = "American Beauty is a 1999 American drama film directed by Sam Mendes and written by Alan Ball. Starring: Kevin Spacey, Annette Bening, Thora Birch, Wes Bentley, Mena Suvari, Chris Cooper, Allison Janney. Principal photography lasted about 50 days  from December 14, 1998 to February 1999." };
			var movie26 = new Movie { Title = "Star Wars Episode I", Genre = "epic", GenreIconWidth = "26", GenreIconHeight = "24", GenreIconRotation = "0", GenreIcon = "M12.630771,9.8620253 C14.174896,9.8729792 14.972476,11.457651 14.972476,11.457651 C14.972476,11.457651 16.573185,14.533286 16.471432,16.027985 C9.2468405,14.808113 2.4760811,16.045973 2.4760811,16.045973 C2.4760811,16.045973 2.700141,13.469728 3.7896118,11.587824 C4.8559475,9.745923 6.4955502,9.7860565 8.1375074,10.250444 C9.7794638,10.714832 9.6577892,10.611901 11.923445,9.9628887 C12.174356,9.8910122 12.410182,9.8604603 12.630771,9.8620253 z M8.4888601,1.7615315E-05 C8.7479782,-0.00069351424 8.9034595,0.020328972 8.9092226,0.026400639 C8.9461031,0.065259777 8.8354292,6.0094848 8.8354292,6.0094848 C8.8354292,6.0094848 10.487353,6.0093865 10.487353,6.0093865 C10.487353,6.0093865 10.42962,0.022760738 10.511567,0.0262204 C16.59627,0.28311652 16.54697,8.1618347 16.54697,8.1618347 L19.384003,15.726418 L17.655422,15.590263 C17.655422,15.590263 17.163023,11.370955 15.540168,9.3895359 C13.917313,7.4081163 11.667513,8.3405371 11.151148,8.4959412 C10.634753,8.6513443 10.118513,9.2729588 8.0161438,8.5347672 C5.9137735,7.7965922 4.4604778,8.1682625 3.3540184,9.8000317 C2.2475278,11.431785 1.4534827,15.790035 1.4534829,15.790035 L0,15.726418 C0,15.726418 2.4371302,9.3705492 2.4816675,7.689312 C2.6683772,0.6414578 7.0896249,0.0038589214 8.4888601,1.7615315E-05 z", StartFilmingDate = new DateTime(1997, 6, 26), ReleaseDate = new DateTime(1999, 1, 1), Description = "Star Wars Episode I: The Phantom Menace is a 1999 American epic space opera film written and directed by George Lucas. It is the fourth film to be released in the Star Wars saga, as the first of a three-part prequel to the original Star Wars trilogy, as well as the first film in the saga in terms of story chronology.\r\n\r\nWithin three to four months of Lucas beginning the writing process, Doug Chiang and his design team started a two-year process of reviewing thousands of designs for the film.\r\n\r\nFilming began on June 26, 1997 and ended on September 30 of that year, primarily taking place at Leavesden Film Studios in England, with additional location shooting in the Tunisian desert for the Tatooine scenes, Cassiobury Park in Watford, England for the forest scenes on Naboo and the Italian Caserta Palace for the Theed City Naboo Palace interior. " };
			var movie27 = new Movie { Title = "Gladiator", Genre = "historical epic", GenreIconWidth = "26", GenreIconHeight = "24", GenreIconRotation = "0", GenreIcon = "M12.630771,9.8620253 C14.174896,9.8729792 14.972476,11.457651 14.972476,11.457651 C14.972476,11.457651 16.573185,14.533286 16.471432,16.027985 C9.2468405,14.808113 2.4760811,16.045973 2.4760811,16.045973 C2.4760811,16.045973 2.700141,13.469728 3.7896118,11.587824 C4.8559475,9.745923 6.4955502,9.7860565 8.1375074,10.250444 C9.7794638,10.714832 9.6577892,10.611901 11.923445,9.9628887 C12.174356,9.8910122 12.410182,9.8604603 12.630771,9.8620253 z M8.4888601,1.7615315E-05 C8.7479782,-0.00069351424 8.9034595,0.020328972 8.9092226,0.026400639 C8.9461031,0.065259777 8.8354292,6.0094848 8.8354292,6.0094848 C8.8354292,6.0094848 10.487353,6.0093865 10.487353,6.0093865 C10.487353,6.0093865 10.42962,0.022760738 10.511567,0.0262204 C16.59627,0.28311652 16.54697,8.1618347 16.54697,8.1618347 L19.384003,15.726418 L17.655422,15.590263 C17.655422,15.590263 17.163023,11.370955 15.540168,9.3895359 C13.917313,7.4081163 11.667513,8.3405371 11.151148,8.4959412 C10.634753,8.6513443 10.118513,9.2729588 8.0161438,8.5347672 C5.9137735,7.7965922 4.4604778,8.1682625 3.3540184,9.8000317 C2.2475278,11.431785 1.4534827,15.790035 1.4534829,15.790035 L0,15.726418 C0,15.726418 2.4371302,9.3705492 2.4816675,7.689312 C2.6683772,0.6414578 7.0896249,0.0038589214 8.4888601,1.7615315E-05 z", StartFilmingDate = new DateTime(1999, 1, 1), ReleaseDate = new DateTime(2000, 5, 5), Description = "Gladiator is a 2000 historical epic film directed by Ridley Scott, starring Russell Crowe, Joaquin Phoenix, Connie Nielsen, Ralf Möller, Oliver Reed, Djimon Hounsou, Derek Jacobi, John Shrapnel and Richard Harris. The film was shot in three main locations between January and May 1999." };
			var movie28 = new Movie { Title = "A Beautiful Mind", Genre = "biographical drama", GenreIconWidth = "22", GenreIconHeight = "24", GenreIconRotation = "-10", GenreIcon = "M7.459693,9.556447 C5.8277893,9.5598536 4.5165186,11.420181 4.1647882,12.086852 C4.1647882,12.086852 7.5020027,11.114516 7.5020027,11.114516 C8.8548861,11.460199 10.599789,12.117569 10.599789,12.117569 C10.599789,12.117569 9.3890038,9.6211958 7.5376425,9.5577011 C7.5115805,9.5568075 7.4855962,9.5563936 7.459693,9.556447 z M10.047457,2.8665776 L8.0672064,3.1214213 L8.4216967,5.0263743 L10.014376,4.5416288 L11.638948,6.0372615 L11.963921,4.1323071 z M4.6766691,2.8345695 L2.9229209,4.2100687 L3.2881083,6.1047297 L4.5826831,4.5347347 L6.3773017,5.023572 L6.7022734,3.1186171 z M7.5340157,0.00030530832 C10.873345,-0.015601669 14.198895,0.5901525 14.688463,1.7988328 C15.850138,4.6668382 13.847698,16.746946 7.2509995,15.963571 C1.0200996,16.357862 -0.79121804,4.4848027 0.29689792,1.9317435 C0.84158093,0.65377992 4.1946878,0.01621207 7.5340157,0.00030530832 z", StartFilmingDate = new DateTime(2001, 1, 1), ReleaseDate = new DateTime(2001, 12, 21), Description = "A Beautiful Mind is a 2001 American biographical drama film based on the life of John Nash, a Nobel Laureate in Economics. The film was directed by Ron Howard and written by Akiva Goldsman. The film stars Russell Crowe, along with Ed Harris, Jennifer Connelly, Paul Bettany and Christopher Plummer." };
			var movie29 = new Movie { Title = "Shrek", Genre = "animated fantasy comedy", GenreIconWidth = "26", GenreIconHeight = "26", GenreIconRotation = "0", GenreIcon = "M4.5416865,8.1809902 L3.8701169,8.8524265 C4.4809332,9.7071581 5.152503,11.294668 8.2060528,11.905252 C11.259603,12.515834 12.542078,10.806305 12.542078,10.806305 C12.542078,10.806305 12.610724,10.085094 12.645048,9.8275166 L12.645643,9.8231325 L12.648283,9.818965 C12.658821,9.8006096 12.664117,9.7836313 12.664117,9.7683678 C12.664117,9.745472 12.663044,9.7359924 12.6611,9.7376137 C12.658184,9.7400455 12.653307,9.7674561 12.647148,9.8120327 L12.645643,9.8231325 L12.639399,9.8329859 C12.445356,10.113596 11.113762,10.675762 8.8168249,10.440093 C6.434978,10.195723 4.5416865,8.1809902 4.5416865,8.1809902 z M8.6359282,6.0540328 C8.3392839,6.0532293 8.1175261,6.0850992 7.9984894,6.1315928 C7.7722044,6.2199612 7.2677965,6.8365908 6.8084545,6.8365908 C6.3491125,6.8365908 5.8242455,8.2308531 6.5460215,8.3702965 C7.2677965,8.5097408 7.1208181,7.7544532 7.4489193,7.9636192 C7.7770205,8.1727848 7.7542257,8.6964607 8.8532696,8.8798094 C10.091805,9.086442 10.305022,8.5132627 10.501884,8.5132627 C10.698744,8.5132627 11.139058,8.9280472 11.139058,8.9280472 C11.139058,8.9280472 11.804131,8.4252996 11.335966,7.9519653 C10.501884,7.1086888 10.811243,6.4181066 9.8925591,6.2089405 C9.4045086,6.0978212 8.9721251,6.0549436 8.6359282,6.0540328 z M11.43874,3.9815907 C11.42903,3.9810011 11.420464,3.98102 11.413433,3.9818337 C10.572924,4.0791349 10.065676,5.0388775 10.302391,5.2755666 C11.537951,6.5108833 12.723991,5.2176757 12.723991,5.2176757 C12.723991,5.2176757 12.718979,4.0106316 11.675568,4.0192814 C11.630667,4.0196533 11.506705,3.9857185 11.43874,3.9815907 z M6.6090717,3.0739918 C5.486732,3.0705483 4.7648921,4.1684093 5.0719662,4.4630423 C6.2318487,5.57586 7.9945631,4.9821348 7.9945631,4.9821343 C7.9945631,4.9821348 7.9034567,3.1567709 6.718914,3.077827 C6.6818972,3.0753598 6.6452761,3.0741029 6.6090717,3.0739918 z M8.242959,3.194809E-05 C8.5060663,-0.0009393692 8.7832699,0.020266056 9.0750685,0.067412853 C11.713264,0.49368429 13.42814,2.8063238 13.559953,3.3540521 C13.792697,4.3212805 13.230286,4.9973202 13.230286,4.9973202 C13.230286,4.9973202 14.247289,5.2634358 14.51114,5.2025723 C14.774992,5.1417089 14.645069,3.7229917 16.19018,3.7229917 C16.853027,3.7229917 17.448797,5.6989093 16.525385,5.9423633 C15.601974,6.1858163 13.560043,5.7885842 13.625995,6.2754903 C13.691946,6.7623973 14.087475,7.5537448 14.219603,8.466445 C14.360419,9.4391785 14.941019,14.608633 10.723902,16.43956 C6.2385669,18.386957 1.6879318,15.123163 1.3577485,11.935881 C0.94307554,7.933013 2.6770492,6.0929422 2.9408553,5.1799932 C3.2047062,4.2670431 3.2047062,3.5975468 2.6770492,3.3540936 C2.1493917,3.1106403 0.070275545,3.0978444 0.0043239594,2.4283483 C-0.061627865,1.758852 0.63070583,0.2074194 1.8177435,0.085692883 C3.004781,-0.036034107 2.4403439,2.4661956 2.9020498,2.7096696 C3.3637555,2.9531436 3.9962597,3.110765 3.9962599,3.110765 C3.9962597,3.110765 5.1382847,0.011490822 8.242959,3.194809E-05 z", StartFilmingDate = new DateTime(2001, 1, 1), ReleaseDate = new DateTime(2001, 5, 18), Description = "Shrek is a 2001 American computer-animated fantasy comedy film directed by Andrew Adamson and Vicky Jenson, featuring the voices of Mike Myers, Eddie Murphy, Cameron Diaz, and John Lithgow." };
			var movie30 = new Movie { Title = "Spider-Man", Genre = "superhero", GenreIconWidth = "25", GenreIconHeight = "27", GenreIconRotation = "0", GenreIcon = "M8.166995,8.2622185 C4.2264047,8.2622185 0.78751934,9.5919333 0.75650108,9.8715858 C0.56881946,11.563693 4.2264047,14.42807 8.166995,14.42807 C12.107587,14.42807 15.30034,11.543174 15.30034,9.8405209 C15.361872,9.6852226 12.107587,8.2622185 8.166995,8.2622185 z M14.598091,0 C14.598091,0 16.615725,8.4121895 15.810009,10.808696 L15.793567,10.824672 C15.793567,12.979307 13.735582,14.813111 11.034935,15.595349 L10.724084,15.679485 L10.750474,15.683934 C12.552212,16.006147 13.881172,16.670254 14.187068,17.319378 L10.718438,18.956118 L6.3361139,18.854843 L2.6950686,17.297621 C2.9332979,16.689955 4.065454,16.098841 5.6506414,15.764253 L5.8066564,15.732963 L5.6901159,15.707401 C2.8239591,15.030147 0.43771031,13.247484 0.26588747,11.102097 C0.26588762,11.102097 0.25306225,11.138354 0.24620198,11.115506 C-0.77281862,7.721436 1.7008473,0.2174733 1.7008473,0.21747337 C1.7008473,0.2174733 2.9379811,2.1809924 3.29178,2.0747049 C9.5272779,0.20160754 12.689193,2.0409009 12.689193,2.0409012 z", StartFilmingDate = new DateTime(2001, 6, 1), ReleaseDate = new DateTime(2002, 5, 3), Description = "Spider-Man is a 2002 American superhero film directed by Sam Raimi and written by David Koepp. Starring: Tobey Maguire, Willem Dafoe, Kirsten Dunst, James Franco, Cliff Robertson, Rosemary Harris, J. K. Simmons Filming took place in California and New York City from January to June 2001." };

			var movie31 = new Movie { Title = "Pirates of the Caribbean 1", Genre = "adventure fantasy", GenreIconWidth = "38", GenreIconHeight = "38", GenreIconRotation = "11", GenreIcon = "M23.147223,34.317558 L23.736755,37.259064 L20.79525,37.848595 L20.205717,34.907089 z M2.941505,20.009209 L3.5310373,22.950714 L0.58953285,23.540247 L0,20.598742 z M20.111336,16.716259 L16.574278,17.275787 L17.283171,20.067583 L20.820229,19.508055 z M37.259064,13.131329 L37.848595,16.072834 L34.907089,16.662365 L34.317558,13.72086 z M28.236814,7.5004787 L23.707905,21.03924 L10.089815,29.309479 L14.235941,16.146063 z M16.269337,0 L16.85887,2.9415059 L13.917365,3.5310383 L13.327832,0.58953238 z", StartFilmingDate = new DateTime(2002, 10, 9), ReleaseDate = new DateTime(2003, 7, 9), Description = "Pirates of the Caribbean: The Curse of the Black Pearl is a 2003 American adventure fantasy film. It was directed by Gore Verbinski and produced by Jerry Bruckheimer. Starring - Johnny Depp, Geoffrey Rush, Orlando Bloom, Keira Knightley, Jonathan Pryce. Shooting began on October 9, 2002 and wrapped by March 2003." };
			var movie32 = new Movie { Title = "Kill Bill", Genre = "drama", GenreIconWidth = "22", GenreIconHeight = "24", GenreIconRotation = "-10", GenreIcon = "M7.459693,9.556447 C5.8277893,9.5598536 4.5165186,11.420181 4.1647882,12.086852 C4.1647882,12.086852 7.5020027,11.114516 7.5020027,11.114516 C8.8548861,11.460199 10.599789,12.117569 10.599789,12.117569 C10.599789,12.117569 9.3890038,9.6211958 7.5376425,9.5577011 C7.5115805,9.5568075 7.4855962,9.5563936 7.459693,9.556447 z M10.047457,2.8665776 L8.0672064,3.1214213 L8.4216967,5.0263743 L10.014376,4.5416288 L11.638948,6.0372615 L11.963921,4.1323071 z M4.6766691,2.8345695 L2.9229209,4.2100687 L3.2881083,6.1047297 L4.5826831,4.5347347 L6.3773017,5.023572 L6.7022734,3.1186171 z M7.5340157,0.00030530832 C10.873345,-0.015601669 14.198895,0.5901525 14.688463,1.7988328 C15.850138,4.6668382 13.847698,16.746946 7.2509995,15.963571 C1.0200996,16.357862 -0.79121804,4.4848027 0.29689792,1.9317435 C0.84158093,0.65377992 4.1946878,0.01621207 7.5340157,0.00030530832 z", StartFilmingDate = new DateTime(2003, 1, 1), ReleaseDate = new DateTime(2003, 10, 10), Description = "Kill Bill: Volume 1 is a 2003 American action/thriller film written and directed by Quentin Tarantino. Starring:	Uma Thurman, Lucy Liu, Vivica A. Fox, Daryl Hannah, David Carradine, Michael Madsen, Julie Dreyfus." };
			var movie33 = new Movie { Title = "Shrek 2", Genre = "computer-animated fantasy comedy", GenreIconWidth = "26", GenreIconHeight = "26", GenreIconRotation = "0", GenreIcon = "M4.5416865,8.1809902 L3.8701169,8.8524265 C4.4809332,9.7071581 5.152503,11.294668 8.2060528,11.905252 C11.259603,12.515834 12.542078,10.806305 12.542078,10.806305 C12.542078,10.806305 12.610724,10.085094 12.645048,9.8275166 L12.645643,9.8231325 L12.648283,9.818965 C12.658821,9.8006096 12.664117,9.7836313 12.664117,9.7683678 C12.664117,9.745472 12.663044,9.7359924 12.6611,9.7376137 C12.658184,9.7400455 12.653307,9.7674561 12.647148,9.8120327 L12.645643,9.8231325 L12.639399,9.8329859 C12.445356,10.113596 11.113762,10.675762 8.8168249,10.440093 C6.434978,10.195723 4.5416865,8.1809902 4.5416865,8.1809902 z M8.6359282,6.0540328 C8.3392839,6.0532293 8.1175261,6.0850992 7.9984894,6.1315928 C7.7722044,6.2199612 7.2677965,6.8365908 6.8084545,6.8365908 C6.3491125,6.8365908 5.8242455,8.2308531 6.5460215,8.3702965 C7.2677965,8.5097408 7.1208181,7.7544532 7.4489193,7.9636192 C7.7770205,8.1727848 7.7542257,8.6964607 8.8532696,8.8798094 C10.091805,9.086442 10.305022,8.5132627 10.501884,8.5132627 C10.698744,8.5132627 11.139058,8.9280472 11.139058,8.9280472 C11.139058,8.9280472 11.804131,8.4252996 11.335966,7.9519653 C10.501884,7.1086888 10.811243,6.4181066 9.8925591,6.2089405 C9.4045086,6.0978212 8.9721251,6.0549436 8.6359282,6.0540328 z M11.43874,3.9815907 C11.42903,3.9810011 11.420464,3.98102 11.413433,3.9818337 C10.572924,4.0791349 10.065676,5.0388775 10.302391,5.2755666 C11.537951,6.5108833 12.723991,5.2176757 12.723991,5.2176757 C12.723991,5.2176757 12.718979,4.0106316 11.675568,4.0192814 C11.630667,4.0196533 11.506705,3.9857185 11.43874,3.9815907 z M6.6090717,3.0739918 C5.486732,3.0705483 4.7648921,4.1684093 5.0719662,4.4630423 C6.2318487,5.57586 7.9945631,4.9821348 7.9945631,4.9821343 C7.9945631,4.9821348 7.9034567,3.1567709 6.718914,3.077827 C6.6818972,3.0753598 6.6452761,3.0741029 6.6090717,3.0739918 z M8.242959,3.194809E-05 C8.5060663,-0.0009393692 8.7832699,0.020266056 9.0750685,0.067412853 C11.713264,0.49368429 13.42814,2.8063238 13.559953,3.3540521 C13.792697,4.3212805 13.230286,4.9973202 13.230286,4.9973202 C13.230286,4.9973202 14.247289,5.2634358 14.51114,5.2025723 C14.774992,5.1417089 14.645069,3.7229917 16.19018,3.7229917 C16.853027,3.7229917 17.448797,5.6989093 16.525385,5.9423633 C15.601974,6.1858163 13.560043,5.7885842 13.625995,6.2754903 C13.691946,6.7623973 14.087475,7.5537448 14.219603,8.466445 C14.360419,9.4391785 14.941019,14.608633 10.723902,16.43956 C6.2385669,18.386957 1.6879318,15.123163 1.3577485,11.935881 C0.94307554,7.933013 2.6770492,6.0929422 2.9408553,5.1799932 C3.2047062,4.2670431 3.2047062,3.5975468 2.6770492,3.3540936 C2.1493917,3.1106403 0.070275545,3.0978444 0.0043239594,2.4283483 C-0.061627865,1.758852 0.63070583,0.2074194 1.8177435,0.085692883 C3.004781,-0.036034107 2.4403439,2.4661956 2.9020498,2.7096696 C3.3637555,2.9531436 3.9962597,3.110765 3.9962599,3.110765 C3.9962597,3.110765 5.1382847,0.011490822 8.242959,3.194809E-05 z", StartFilmingDate = new DateTime(2004, 1, 1), ReleaseDate = new DateTime(2004, 5, 19), Description = "Shrek 2 is a 2004 American computer-animated fantasy comedy film, produced by DreamWorks Animation and directed by Andrew Adamson, Kelly Asbury and Conrad Vernon." };
			var movie34 = new Movie { Title = "Spider-Man 2", Genre = "superhero", GenreIconWidth = "25", GenreIconHeight = "27", GenreIconRotation = "0", GenreIcon = "M8.166995,8.2622185 C4.2264047,8.2622185 0.78751934,9.5919333 0.75650108,9.8715858 C0.56881946,11.563693 4.2264047,14.42807 8.166995,14.42807 C12.107587,14.42807 15.30034,11.543174 15.30034,9.8405209 C15.361872,9.6852226 12.107587,8.2622185 8.166995,8.2622185 z M14.598091,0 C14.598091,0 16.615725,8.4121895 15.810009,10.808696 L15.793567,10.824672 C15.793567,12.979307 13.735582,14.813111 11.034935,15.595349 L10.724084,15.679485 L10.750474,15.683934 C12.552212,16.006147 13.881172,16.670254 14.187068,17.319378 L10.718438,18.956118 L6.3361139,18.854843 L2.6950686,17.297621 C2.9332979,16.689955 4.065454,16.098841 5.6506414,15.764253 L5.8066564,15.732963 L5.6901159,15.707401 C2.8239591,15.030147 0.43771031,13.247484 0.26588747,11.102097 C0.26588762,11.102097 0.25306225,11.138354 0.24620198,11.115506 C-0.77281862,7.721436 1.7008473,0.2174733 1.7008473,0.21747337 C1.7008473,0.2174733 2.9379811,2.1809924 3.29178,2.0747049 C9.5272779,0.20160754 12.689193,2.0409009 12.689193,2.0409012 z", StartFilmingDate = new DateTime(2003, 4, 12), ReleaseDate = new DateTime(2004, 6, 30), Description = "Spider-Man 2 is a 2004 American superhero film directed by Sam Raimi . Starring : Tobey Maguire, Kirsten Dunst, James Franco etc.\r\n\r\nSpider-Man 2 was shot on over 100 sets and locations, beginning with a pre-shoot on the Loop in Chicago during two days in November 2002. Principal photography began on April 12, 2003 in New York City. The crew moved on May 13 to Los Angeles." };
			var movie35 = new Movie { Title = "Batman Begins", Genre = "superhero", GenreIconWidth = "25", GenreIconHeight = "27", GenreIconRotation = "0", GenreIcon = "M8.166995,8.2622185 C4.2264047,8.2622185 0.78751934,9.5919333 0.75650108,9.8715858 C0.56881946,11.563693 4.2264047,14.42807 8.166995,14.42807 C12.107587,14.42807 15.30034,11.543174 15.30034,9.8405209 C15.361872,9.6852226 12.107587,8.2622185 8.166995,8.2622185 z M14.598091,0 C14.598091,0 16.615725,8.4121895 15.810009,10.808696 L15.793567,10.824672 C15.793567,12.979307 13.735582,14.813111 11.034935,15.595349 L10.724084,15.679485 L10.750474,15.683934 C12.552212,16.006147 13.881172,16.670254 14.187068,17.319378 L10.718438,18.956118 L6.3361139,18.854843 L2.6950686,17.297621 C2.9332979,16.689955 4.065454,16.098841 5.6506414,15.764253 L5.8066564,15.732963 L5.6901159,15.707401 C2.8239591,15.030147 0.43771031,13.247484 0.26588747,11.102097 C0.26588762,11.102097 0.25306225,11.138354 0.24620198,11.115506 C-0.77281862,7.721436 1.7008473,0.2174733 1.7008473,0.21747337 C1.7008473,0.2174733 2.9379811,2.1809924 3.29178,2.0747049 C9.5272779,0.20160754 12.689193,2.0409009 12.689193,2.0409012 z", StartFilmingDate = new DateTime(2004, 3, 1), ReleaseDate = new DateTime(2005, 6, 15), Description = "Batman Begins is a 2005 superhero film based on the fictional DC Comics character Batman, directed by Christopher Nolan.\r\nIt stars Christian Bale as Batman, along with Michael Caine, Liam Neeson, Katie Holmes, Gary Oldman, Cillian Murphy, Morgan Freeman, Ken Watanabe, Tom Wilkinson, and Rutger Hauer." };
			var movie36 = new Movie { Title = "Pirates of the Caribbean 2", Genre = "adventure fantasy", GenreIconWidth = "38", GenreIconHeight = "38", GenreIconRotation = "11", GenreIcon = "M23.147223,34.317558 L23.736755,37.259064 L20.79525,37.848595 L20.205717,34.907089 z M2.941505,20.009209 L3.5310373,22.950714 L0.58953285,23.540247 L0,20.598742 z M20.111336,16.716259 L16.574278,17.275787 L17.283171,20.067583 L20.820229,19.508055 z M37.259064,13.131329 L37.848595,16.072834 L34.907089,16.662365 L34.317558,13.72086 z M28.236814,7.5004787 L23.707905,21.03924 L10.089815,29.309479 L14.235941,16.146063 z M16.269337,0 L16.85887,2.9415059 L13.917365,3.5310383 L13.327832,0.58953238 z", StartFilmingDate = new DateTime(2005, 9, 10), ReleaseDate = new DateTime(2006, 7, 7), Description = "Pirates of the Caribbean: Dead Man's Chest is a 2006 American adventure fantasy film. It was directed by Gore Verbinski and produced by Jerry Bruckheimer . Starring: Johnny Depp, Orlando Bloom, Keira Knightley etc.\r\n\r\nFilming  began on February 28, 2005 in Palos Verdes . On April 18,  2005, the crew began shooting at Dominica. On September 18, 2005, the crew moved to Grand Bahama Island to shoot ship exteriors, including the working Black Pearl and Flying Dutchman.Filming completed on September 10, 2005." };
			var movie37 = new Movie { Title = "Pirates of the Caribbean 3", Genre = "adventure fantasy", GenreIconWidth = "38", GenreIconHeight = "38", GenreIconRotation = "11", GenreIcon = "M23.147223,34.317558 L23.736755,37.259064 L20.79525,37.848595 L20.205717,34.907089 z M2.941505,20.009209 L3.5310373,22.950714 L0.58953285,23.540247 L0,20.598742 z M20.111336,16.716259 L16.574278,17.275787 L17.283171,20.067583 L20.820229,19.508055 z M37.259064,13.131329 L37.848595,16.072834 L34.907089,16.662365 L34.317558,13.72086 z M28.236814,7.5004787 L23.707905,21.03924 L10.089815,29.309479 L14.235941,16.146063 z M16.269337,0 L16.85887,2.9415059 L13.917365,3.5310383 L13.327832,0.58953238 z", StartFilmingDate = new DateTime(2006, 8, 3), ReleaseDate = new DateTime(2007, 5, 25), Description = "Pirates of the Caribbean: At World's End is a 2007 American adventure fantasy film, the third film in the Pirates of the Caribbean series.\r\n\r\nParts of the third film were shot during location filming of Pirates of the Caribbean: Dead Man's Chest, a long shoot which finished on March 1, 2006. Filming resumed on August 3, 2006 at the Bonneville Salt Flats in Utah. Filming finished on December 12, 2006 in Molokai." };
			var movie38 = new Movie { Title = "Slumdog Millionaire", Genre = "drama", GenreIconWidth = "22", GenreIconHeight = "24", GenreIconRotation = "-10", GenreIcon = "M7.459693,9.556447 C5.8277893,9.5598536 4.5165186,11.420181 4.1647882,12.086852 C4.1647882,12.086852 7.5020027,11.114516 7.5020027,11.114516 C8.8548861,11.460199 10.599789,12.117569 10.599789,12.117569 C10.599789,12.117569 9.3890038,9.6211958 7.5376425,9.5577011 C7.5115805,9.5568075 7.4855962,9.5563936 7.459693,9.556447 z M10.047457,2.8665776 L8.0672064,3.1214213 L8.4216967,5.0263743 L10.014376,4.5416288 L11.638948,6.0372615 L11.963921,4.1323071 z M4.6766691,2.8345695 L2.9229209,4.2100687 L3.2881083,6.1047297 L4.5826831,4.5347347 L6.3773017,5.023572 L6.7022734,3.1186171 z M7.5340157,0.00030530832 C10.873345,-0.015601669 14.198895,0.5901525 14.688463,1.7988328 C15.850138,4.6668382 13.847698,16.746946 7.2509995,15.963571 C1.0200996,16.357862 -0.79121804,4.4848027 0.29689792,1.9317435 C0.84158093,0.65377992 4.1946878,0.01621207 7.5340157,0.00030530832 z", StartFilmingDate = new DateTime(2007, 11, 5), ReleaseDate = new DateTime(2008, 10, 12), Description = "Slumdog Millionaire is a 2008 British drama film directed by Danny Boyle, written by Simon Beaufoy, and co-directed in India by Loveleen Tandan. Starring - Dev Patel, Freida Pinto, Mahesh Manjrekar, Madhur Mittal, Anil Kapoor." };
			var movie39 = new Movie { Title = "Inglourious Basterds", Genre = "war", GenreIconWidth = "21", GenreIconHeight = "24", GenreIconRotation = "0", GenreIcon = "M0.44447401,0 L5.1489239,0 L5.1489239,1.6991746 L8.1489239,1.6991746 L8.1489239,0 L13.277808,0 L11.861381,4.0897064 L7.4670901,4.0897064 L7.4677043,4.0907907 L8.9517078,6.8538327 C9.155654,7.2340717 9.6919937,7.592236 10.147931,7.6526055 L13.466473,8.0963678 C14.043013,8.1729574 14.172441,8.5387802 13.755722,8.912261 L11.353961,11.063947 C11.024508,11.359488 10.819582,11.938858 10.897042,12.35694 L11.464268,15.393898 C11.561829,15.921458 11.223552,16.148069 10.707804,15.898481 L7.7393055,14.464476 C7.3314133,14.268048 6.668097,14.268048 6.2602043,14.464476 L3.2926869,15.898481 C2.7764478,16.148069 2.4381711,15.921458 2.5357323,15.393898 L3.102958,12.35694 C3.1809089,11.938858 2.9759817,11.359488 2.6460397,11.063947 L0.2442774,8.912261 C-0.17243995,8.5387802 -0.0430125,8.1729574 0.53352809,8.0963678 L3.8520687,7.6526055 C4.3080063,7.592236 4.8448362,7.2340717 5.0482922,6.8538327 L6.5327864,4.0903401 L6.5331454,4.0897064 L1.8609003,4.0897064 z", StartFilmingDate = new DateTime(2008, 10, 13), ReleaseDate = new DateTime(2009, 5, 20), Description = "Inglourious Basterds is a 2009 war film written and directed by Quentin Tarantino and starring Brad Pitt, Christoph Waltz and Mélanie Laurent. Filming was scheduled to begin on October 13, 2008, and shooting started that week in Germany." };

			var movie40 = new Movie { Title = "Inception", Genre = "science action", GenreIconWidth = "26", GenreIconHeight = "26", GenreIconRotation = "-46", GenreIcon = "M1.5206642,8.7390833 C1.7765322,8.7443714 2.0303824,8.84727 2.2215681,9.046525 C2.2932627,9.1212454 2.3510547,9.2042112 2.39501,9.292223 L2.4102552,9.326931 L4.8059998,9.3592548 L4.7925086,10.359164 L2.3088052,10.325653 L2.2625475,10.385923 C2.240654,10.411661 2.2172527,10.436539 2.1923459,10.460437 C1.7938354,10.842808 1.1608057,10.829724 0.77843428,10.431214 C0.39606285,10.032704 0.40914631,9.3996744 0.80765653,9.0173025 C1.0069118,8.8261166 1.2647967,8.7337952 1.5206642,8.7390833 z M12.417881,4.9973021 C10.722778,4.9973021 9.8900928,7.3731995 9.8900928,9.4627514 C9.8900928,11.552304 10.768762,13.997071 12.463863,13.997071 C14.158966,13.997071 16.028599,11.552303 16.028599,9.4627514 C16.028599,7.373199 14.112983,4.9973021 12.417881,4.9973021 z M10.081663,0.5 C12.002615,0.49999982 14.088775,2.4624481 15.158131,5.3221831 L15.164606,5.3400016 L15.196478,5.3473835 C16.885418,5.7651682 18.155905,7.5716348 18.155905,9.7368107 C18.155905,12.056642 16.697437,13.964688 14.828467,14.194133 L14.801984,14.196976 L14.76564,14.273591 C13.627224,16.616264 11.789176,18.153 10.081663,18.153 C8.9290924,18.153 7.868587,17.449671 7.0275993,16.27043 L6.9369197,16.140121 L4.8497691,16.111961 L4.8252516,16.162048 C4.7776976,16.248171 4.716527,16.328676 4.6418061,16.400372 C4.2432957,16.782743 3.6102662,16.769659 3.2278948,16.371149 C2.8455234,15.972639 2.8586066,15.339609 3.2571168,14.957238 C3.456372,14.766052 3.7142572,14.67373 3.9701247,14.679019 C4.2259922,14.684307 4.4798427,14.787205 4.6710281,14.986461 C4.6949267,15.011368 4.7172799,15.03719 4.738091,15.063811 L4.7711692,15.110809 L6.3558064,15.13219 L6.3411846,15.102787 C5.5896401,13.554725 5.1349049,11.535367 5.1349049,9.3264999 C5.1349049,7.3461361 5.5004234,5.5181007 6.1176505,4.045464 L6.1564522,3.9551616 L4.3005857,3.9301219 L4.2195139,3.9871817 C3.8261495,4.2353883 3.299664,4.1817846 2.9650891,3.8330877 C2.5827179,3.4345772 2.5958011,2.8015475 2.9943113,2.4191761 C3.1935666,2.2279904 3.4514518,2.1356683 3.7073193,2.1409566 C3.963187,2.1462448 4.2170372,2.2491431 4.4082232,2.4483984 C4.5277138,2.572933 4.6085863,2.7203696 4.6511464,2.8759022 L4.6642737,2.9349377 L6.6546221,2.9617918 L6.6686945,2.9372733 C7.5563836,1.4271581 8.7583418,0.49999994 10.081663,0.5 z", StartFilmingDate = new DateTime(2009, 6, 19), ReleaseDate = new DateTime(2010, 3, 26), Description = "Inception is a 2010 science fiction action heist film which was written, co-produced, and directed by Christopher Nolan.  Starring:  Leonardo DiCaprio, Ken Watanabe, Joseph Gordon-Levitt, Marion Cotillard, Ellen Page, Tom Hardy.\r\n\r\nPrincipal photography began in Tokyo on June 19, 2009 . The final phase of principal photography took place in Alberta in late November 2009." };
			var movie41 = new Movie { Title = "How to Train Your Dragon", Genre = "animation", GenreIconWidth = "26", GenreIconHeight = "26", GenreIconRotation = "0", GenreIcon = "M4.5416865,8.1809902 L3.8701169,8.8524265 C4.4809332,9.7071581 5.152503,11.294668 8.2060528,11.905252 C11.259603,12.515834 12.542078,10.806305 12.542078,10.806305 C12.542078,10.806305 12.610724,10.085094 12.645048,9.8275166 L12.645643,9.8231325 L12.648283,9.818965 C12.658821,9.8006096 12.664117,9.7836313 12.664117,9.7683678 C12.664117,9.745472 12.663044,9.7359924 12.6611,9.7376137 C12.658184,9.7400455 12.653307,9.7674561 12.647148,9.8120327 L12.645643,9.8231325 L12.639399,9.8329859 C12.445356,10.113596 11.113762,10.675762 8.8168249,10.440093 C6.434978,10.195723 4.5416865,8.1809902 4.5416865,8.1809902 z M8.6359282,6.0540328 C8.3392839,6.0532293 8.1175261,6.0850992 7.9984894,6.1315928 C7.7722044,6.2199612 7.2677965,6.8365908 6.8084545,6.8365908 C6.3491125,6.8365908 5.8242455,8.2308531 6.5460215,8.3702965 C7.2677965,8.5097408 7.1208181,7.7544532 7.4489193,7.9636192 C7.7770205,8.1727848 7.7542257,8.6964607 8.8532696,8.8798094 C10.091805,9.086442 10.305022,8.5132627 10.501884,8.5132627 C10.698744,8.5132627 11.139058,8.9280472 11.139058,8.9280472 C11.139058,8.9280472 11.804131,8.4252996 11.335966,7.9519653 C10.501884,7.1086888 10.811243,6.4181066 9.8925591,6.2089405 C9.4045086,6.0978212 8.9721251,6.0549436 8.6359282,6.0540328 z M11.43874,3.9815907 C11.42903,3.9810011 11.420464,3.98102 11.413433,3.9818337 C10.572924,4.0791349 10.065676,5.0388775 10.302391,5.2755666 C11.537951,6.5108833 12.723991,5.2176757 12.723991,5.2176757 C12.723991,5.2176757 12.718979,4.0106316 11.675568,4.0192814 C11.630667,4.0196533 11.506705,3.9857185 11.43874,3.9815907 z M6.6090717,3.0739918 C5.486732,3.0705483 4.7648921,4.1684093 5.0719662,4.4630423 C6.2318487,5.57586 7.9945631,4.9821348 7.9945631,4.9821343 C7.9945631,4.9821348 7.9034567,3.1567709 6.718914,3.077827 C6.6818972,3.0753598 6.6452761,3.0741029 6.6090717,3.0739918 z M8.242959,3.194809E-05 C8.5060663,-0.0009393692 8.7832699,0.020266056 9.0750685,0.067412853 C11.713264,0.49368429 13.42814,2.8063238 13.559953,3.3540521 C13.792697,4.3212805 13.230286,4.9973202 13.230286,4.9973202 C13.230286,4.9973202 14.247289,5.2634358 14.51114,5.2025723 C14.774992,5.1417089 14.645069,3.7229917 16.19018,3.7229917 C16.853027,3.7229917 17.448797,5.6989093 16.525385,5.9423633 C15.601974,6.1858163 13.560043,5.7885842 13.625995,6.2754903 C13.691946,6.7623973 14.087475,7.5537448 14.219603,8.466445 C14.360419,9.4391785 14.941019,14.608633 10.723902,16.43956 C6.2385669,18.386957 1.6879318,15.123163 1.3577485,11.935881 C0.94307554,7.933013 2.6770492,6.0929422 2.9408553,5.1799932 C3.2047062,4.2670431 3.2047062,3.5975468 2.6770492,3.3540936 C2.1493917,3.1106403 0.070275545,3.0978444 0.0043239594,2.4283483 C-0.061627865,1.758852 0.63070583,0.2074194 1.8177435,0.085692883 C3.004781,-0.036034107 2.4403439,2.4661956 2.9020498,2.7096696 C3.3637555,2.9531436 3.9962597,3.110765 3.9962599,3.110765 C3.9962597,3.110765 5.1382847,0.011490822 8.242959,3.194809E-05 z", StartFilmingDate = new DateTime(2004, 11, 5), ReleaseDate = new DateTime(2010, 3, 26), Description = "How to Train Your Dragon is a 2010 3D computer-animated fantasy film by DreamWorks Animation loosely based on the English 2003 book of the same name.\r\n\r\nThe film was directed by Chris Sanders and Dean DeBlois The book series by Cressida Cowell began coming to attention to the executives at Dreamworks Animation in 2004." };
			var movie42 = new Movie { Title = "Intouchables", Genre = "comedy", GenreIconWidth = "22", GenreIconHeight = "24", GenreIconRotation = "11", GenreIcon = "M4.2116137,10.220749 C4.2116137,10.220749 5.4223342,12.7163 7.2735968,12.779774 C8.9414921,12.836961 10.288978,10.928486 10.646272,10.251455 C10.646272,10.251455 7.3092346,11.223471 7.3092346,11.223471 C5.9564233,10.877901 4.2116137,10.220749 4.2116137,10.220749 z M8.4532032,3.9298229 L8.3922129,6.0615754 L10.118406,6.9549084 L12.138818,6.1414213 L12.169829,4.1502767 L10.196321,5.2354255 z M3.130522,3.7199082 L3.0228565,5.7440743 L4.6998868,6.9276118 L6.7108788,6.1317301 L6.8117843,3.9657295 L4.8174419,5.0868382 z M7.5340157,0.00030530832 C10.873345,-0.015601669 14.198895,0.5901525 14.688463,1.7988328 C15.850138,4.6668382 13.847698,16.746946 7.2509995,15.963571 C1.0200996,16.357862 -0.79121804,4.4848027 0.29689792,1.9317435 C0.84158093,0.65377992 4.1946878,0.01621207 7.5340157,0.00030530832 z", StartFilmingDate = new DateTime(2011, 1, 2), ReleaseDate = new DateTime(2011, 9, 23), Description = "The Intouchables  is a French film directed by Olivier Nakache and Éric Toledano. The feel-good dramatic comedy has become a cultural phenomenon in France. Starring: François Cluzet, Omar Sy." };
			var movie43 = new Movie { Title = "Harry Potter and the Deathly Hallows", Genre = "fantasy", GenreIconWidth = "21", GenreIconHeight = "30", GenreIconRotation = "-23", GenreIcon = "M7.0152168,3.749053 L7.4670901,4.0897064 L7.4677043,4.0907907 L8.9517078,6.8538327 C9.155654,7.2340717 9.6919937,7.592236 10.147931,7.6526055 L13.466473,8.0963678 C14.043013,8.1729574 14.172441,8.5387802 13.755722,8.912261 L11.353961,11.063947 C11.024508,11.359488 10.819582,11.938858 10.897042,12.35694 L11.464268,15.393898 C11.561829,15.921458 11.223552,16.148069 10.707804,15.898481 L7.7393055,14.464476 C7.6461968,14.419638 7.6928353,24.024776 7.5791841,24.000408 C7.323041,23.945488 6.5621786,23.952503 6.302114,24.001562 C6.1720634,24.026094 6.2699609,14.36819 6.1650229,14.418724 L3.2926869,15.898481 C2.7764478,16.148069 2.4381711,15.921458 2.5357323,15.393898 L3.102958,12.35694 C3.1809089,11.938858 2.9759817,11.359488 2.6460397,11.063947 L0.2442774,8.912261 C-0.17243995,8.5387802 -0.0430125,8.1729574 0.53352809,8.0963678 L3.8520687,7.6526055 C4.3080063,7.592236 4.8448362,7.2340717 5.0482922,6.8538327 L6.5327864,4.0903401 L6.5331454,4.0897064 z", StartFilmingDate = new DateTime(2010, 6, 12), ReleaseDate = new DateTime(2010, 11, 19), Description = "Harry Potter and the Deathly Hallows – Part 1 is a 2010 fantasy film directed by David Yates. Starring: Daniel Radcliffe, Rupert Grint, Emma Watson Principal photography began on 19 February 2009 and was completed on 12 June 2010. Part 1 was released in 2D cinemas and IMAX formats worldwide on 19 November 2010." };

			movies.Add(movie1);
			movies.Add(movie2);
			movies.Add(movie3);
			movies.Add(movie4);
			movies.Add(movie5);
			movies.Add(movie6);
			movies.Add(movie7);
			movies.Add(movie8);
			movies.Add(movie9);
			movies.Add(movie10);
			movies.Add(movie11);
			movies.Add(movie12);
			movies.Add(movie13);
			movies.Add(movie14);
			movies.Add(movie15);
			movies.Add(movie16);
			movies.Add(movie17);
			movies.Add(movie18);
			movies.Add(movie19);
			movies.Add(movie20);
			movies.Add(movie21);
			movies.Add(movie22);
			movies.Add(movie23);
			movies.Add(movie24);
			movies.Add(movie25);
			movies.Add(movie26);
			movies.Add(movie27);
			movies.Add(movie28);
			movies.Add(movie29);
			movies.Add(movie30);
			movies.Add(movie31);
			movies.Add(movie32);
			movies.Add(movie33);
			movies.Add(movie34);
			movies.Add(movie35);
			movies.Add(movie36);
			movies.Add(movie37);
			movies.Add(movie38);
			movies.Add(movie39);
			movies.Add(movie40);
			movies.Add(movie41);
			movies.Add(movie42);
			movies.Add(movie43);

			return movies;
		}
		private void InitializeData()
		{
			this.startDate = new DateTime(1970, 1, 1);
			this.endDate = DateTime.Today;
			this.selectedMovie = this.movies.First();
			this.visibleRange = new DateRange(selectedMovie.StartFilmingDate, DateTime.Today);
		}
		public static GanttTask LoadTaskByMovie(Movie movie)
		{
			var startDate = movie.StartFilmingDate;
			var endDate = movie.ReleaseDate;
			var restDurationInDays = movie.FilmingDuration.TotalDays - 50;

			var task0 = new GanttTask { Title = movie.Title, Start = startDate, End = endDate };

			var task1 = new GanttTask { Start = startDate, End = startDate.AddDays(3), Title = "Financing" };
			var task2 = new GanttTask { Start = startDate.AddDays(1).AddHours(8), End = startDate.AddDays(5), Title = "Screenplay" };
			var task3 = new GanttTask { Start = startDate.AddDays(3).AddHours(12), End = startDate.AddDays(7).AddHours(15), Title = "Casting / Roles" };
			var task4 = new GanttTask { Start = startDate.AddDays(7).AddHours(12), End = startDate.AddDays(12), Title = "Major staffing - preparing list" };
			var task5 = new GanttTask { Start = startDate.AddDays(9), End = startDate.AddDays(14).AddHours(16), Title = "Schedule" };
			var task6 = new GanttTask { Start = startDate.AddDays(13), End = startDate.AddDays(16).AddHours(16), Title = "Materials" };
			var task7 = new GanttTask { Start = startDate.AddDays(15), End = startDate.AddDays(20), Title = "Scenography" };
			var task8 = new GanttTask { Start = startDate.AddDays(16).AddHours(4), End = startDate.AddDays(20), Title = "Production meeting" };
			var task9 = new GanttTask { Start = startDate.AddDays(17).AddHours(4), End = startDate.AddDays(19), Title = "Concept Art" };
			var task10 = new GanttTask { Start = startDate.AddDays(17).AddHours(20), End = startDate.AddDays(20), Title = "Research" };
			var task11 = new GanttTask { Start = startDate.AddDays(18).AddHours(14), End = startDate.AddDays(18).AddHours(14), Title = "Planning Location", IsMilestone = true };
			var task12 = new GanttTask(startDate, startDate.AddDays(20), "Planning") { Children = { task1, task2, task3, task4, task5, task6, task7, task8, task9, task10, task11 } };

			task0.Children.Add(task12);

			var task13 = new GanttTask { Start = startDate.AddDays(20), End = startDate.AddDays(30).AddHours(22), Title = "Research" };
			var task14 = new GanttTask { Start = startDate.AddDays(21).AddHours(6), End = startDate.AddDays(28).AddHours(17), Title = "Planning" };
			var task15 = new GanttTask { Start = startDate.AddDays(26).AddHours(12), End = startDate.AddDays(29).AddHours(4), Title = "Prop and wardrobe identification  and preparation" };
			var task16 = new GanttTask { Start = startDate.AddDays(30).AddHours(2), End = startDate.AddDays(33), Title = "Special effects identification and preparation" };
			var task17 = new GanttTask { Start = startDate.AddDays(32).AddHours(12), End = startDate.AddDays(36).AddHours(8), Title = "Production schedule" };
			var task18 = new GanttTask { Start = startDate.AddDays(37).AddHours(2), End = startDate.AddDays(42).AddHours(21), Title = "Set construction" };
			var task19 = new GanttTask { Start = startDate.AddDays(40), End = startDate.AddDays(44).AddHours(2), Title = "Script-locking (semi-finalization of the script)" };
			var task20 = new GanttTask { Start = startDate.AddDays(47).AddHours(2), End = startDate.AddDays(50).AddHours(2), Title = "Script read-through with cast, director and other  interested parties" };
			var task21 = new GanttTask(startDate.AddDays(20), startDate.AddDays(50).AddHours(2), "Pre-Production") { Children = { task13, task14, task15, task16, task17, task18, task19, task20 } };

			task0.Children.Add(task21);
			var filmingStart = startDate.AddDays(50);
			var filmingEnd = startDate.AddDays(50).AddDays(restDurationInDays / 3);
			var filmingDuration = filmingEnd.Subtract(filmingStart).TotalDays;
			var task22 = new GanttTask { Start = filmingStart, End = filmingStart.AddDays(filmingDuration / 7), Title = "Storyboarding" };
			var task23 = new GanttTask { Start = filmingStart.AddDays(filmingDuration / 8), End = filmingStart.AddDays(filmingDuration / 6), Title = "Cast Rehearsal" };
			var task24 = new GanttTask { Start = filmingStart.AddDays(filmingDuration / 7), End = filmingStart.AddDays(filmingDuration / 4), Title = "Motion Capture rehearsal & record" };
			var task25 = new GanttTask { Start = filmingStart.AddDays(filmingDuration / 6), End = filmingStart.AddDays(filmingDuration / 4), Title = "Cast Recording" };
			var task26 = new GanttTask { Start = filmingStart.AddDays(filmingDuration / 4), End = filmingStart.AddDays(filmingDuration / 2), Title = "Audio recording" };
			var task27 = new GanttTask { Start = filmingStart.AddDays(4 * filmingDuration / 10), End = filmingStart.AddDays(7 * filmingDuration / 10), Title = "Music composition" };
			var task28 = new GanttTask { Start = filmingStart.AddDays(7 * filmingDuration / 10), End = filmingStart.AddDays(9 * filmingDuration / 10), Title = "Music recording" };
			var task29 = new GanttTask { Start = filmingStart.AddDays(8 * filmingDuration / 10), End = filmingStart.AddDays(9 * filmingDuration / 10), Title = "Track and Sound Effects" };
			var task30 = new GanttTask { Start = filmingStart.AddDays(9 * filmingDuration / 10), End = filmingEnd, Title = "Rendering" };
			var task31 = new GanttTask(filmingStart, filmingEnd, "Filming / Production or Principal Photography - The actual shooting/recording") { Children = { task22, task23, task24, task25, task26, task27, task28, task29, task30 } };

			task0.Children.Add(task31);

			var editingStart = startDate.AddDays(50).AddDays(restDurationInDays / 3);
			var editingEnd = startDate.AddDays(50).AddDays(restDurationInDays / 3).AddDays(restDurationInDays / 6);
			var editingDuration = editingEnd.Subtract(editingStart).TotalDays;

			var task32 = new GanttTask { Start = editingStart, End = editingStart.AddDays(editingDuration / 2), Title = "Script Editing / Continuity Editing" };
			var task33 = new GanttTask(editingStart.AddDays(2 * editingDuration / 5), editingEnd, "Visual");

			var task34 = new GanttTask(editingStart, editingEnd, "Editing") { Children = { task32, task33 } };

			task0.Children.Add(task34);

			var audioStart = startDate.AddDays(50).AddDays(restDurationInDays / 3).AddDays(restDurationInDays / 6);
			var audioEnd = startDate.AddDays(50).AddDays(2 * restDurationInDays / 3);
			var audioDuration = audioEnd.Subtract(audioStart).TotalDays;
			var task35 = new GanttTask { Start = audioStart, End = audioStart.AddDays(audioDuration / 2), Title = "Shaped audio edits" };
			var task36 = new GanttTask { Start = audioStart.AddDays(2 * audioDuration / 3), End = audioEnd, Title = "Sound design" };
			var task37 = new GanttTask(audioStart, audioEnd, "Audio") { Children = { task35, task36 } };

			task0.Children.Add(task37);

			var postProductionStart = startDate.AddDays(50).AddDays(2 * restDurationInDays / 3);
			var postProductionEnd = endDate;
			var productionDuration = postProductionEnd.Subtract(postProductionStart).TotalDays;

			var task38 = new GanttTask { Start = postProductionStart, End = postProductionStart.AddDays(productionDuration / 7), Title = "Editing video footage" };
			var task39 = new GanttTask { Start = postProductionStart.AddDays(productionDuration / 8), End = postProductionStart.AddDays(productionDuration / 6), Title = "Editing the soundtrack" };
			var task40 = new GanttTask { Start = postProductionStart.AddDays(productionDuration / 7), End = postProductionStart.AddDays(productionDuration / 4), Title = "Adding sound effects" };
			var task41 = new GanttTask { Start = postProductionStart.AddDays(productionDuration / 6), End = postProductionStart.AddDays(productionDuration / 4), Title = "Adding titles and graphics" };
			var task42 = new GanttTask { Start = postProductionStart.AddDays(productionDuration / 4), End = postProductionStart.AddDays(productionDuration / 2), Title = "Colour, exposure correction" };
			var task43 = new GanttTask { Start = postProductionStart.AddDays(4 * productionDuration / 10), End = postProductionStart.AddDays(7 * productionDuration / 10), Title = "Filters" };
			var task44 = new GanttTask { Start = postProductionStart.AddDays(6 * productionDuration / 10), End = postProductionStart.AddDays(7 * productionDuration / 9), Title = "Effects" };
			var task45 = new GanttTask { Start = postProductionStart.AddDays(7 * productionDuration / 10), End = postProductionStart.AddDays(7 * productionDuration / 9), Title = "Adding special effects" };
			var task46 = new GanttTask { Start = postProductionStart.AddDays(8 * productionDuration / 10), End = postProductionStart.AddDays(9 * productionDuration / 10), Title = "Re-shooting certain scenes if required (pick-up shots)" };
			var task47 = new GanttTask { Start = postProductionStart.AddDays(8 * productionDuration / 10), End = postProductionStart.AddDays(productionDuration), Title = "Wide screen" };
			var task48 = new GanttTask { Start = postProductionStart.AddDays(9 * productionDuration / 10), End = postProductionEnd, Title = "Black & White" };
			var task49 = new GanttTask(postProductionStart, postProductionEnd, "Post Production") { Children = { task38, task39, task40, task41, task42, task43, task44, task45, task46, task47, task48 } };

			task0.Children.Add(task49);

			var task50 = new GanttTask { Start = endDate, End = endDate, Title = "Release Date", IsMilestone = true };
			task0.Children.Add(task50);

			return task0;
		}
		public int IndexOf(Movie movie)
		{
			return this.Movies.IndexOf(movie);
		}