public void SaveEntity(object obj)
 {
     Cnxt.Add(obj);
 }
 public bool SaveAll()
 {
     return(Cnxt.SaveChanges() > 0);
 }