public bool save()
 {
     return(context.SaveChanges() >= 0);
 }