public List <Movie> GetMoviesFromServer()
 {
     return(GetMethods.Movies());
 }