public static string GetUserSessions(User patient)
 {
     return JsonConvert.SerializeObject(patient.GetSessions());
 }