public List <Seance> GetSeancesFromServer()
 {
     return(GetMethods.Seances());
 }