public static bool TryAddResurstid(Resurstid tidslucka) => Tidsluckor.TryAdd(tidslucka.ResurstidId, tidslucka);
 public static bool TryGetResurstid(string tidsluckaId, out Resurstid tidslucka) => Tidsluckor.TryGetValue(tidsluckaId, out tidslucka);