public List <Login> GetAllLogins()
 {
     return(lDb.GetAllLogins());
 }