public User Get(int id) { return(mgr.HentEn(id)); }
public int Get(string email) { return(mgr.HentEn(email)); }