public movie(string name,int year,bool permission){
public override string ToString ()
return "the lang"+this.lang+"/"+"\n"+
"the name"+this.name+"-"+"\n"+
"the minutes"+this.minutes+":"+"\n"+
static string best (movie one, movie tow){
if(one.getprize()>tow.getprize()){
if(tow.getprize()>one.getprize()){
static bool check (festival f1, festival f2){
for(int i=0;i<= f1.getmovies().length;i++){
for(int j=0;j<= f2.getmovies().length;j++){
if( f1.getmovies()[i]== f2.getmovies()[j])