public void UpDate(DALLogin e)
 {
     context.Entry(e.GetORMEntity()).State = EntityState.Modified;
 }