public UnitOfWork(DataSeends context)
 {
     Context = context;
 }
 public Repository(DataSeends context) => Context = context;