public PostRepository(AforeGlobalContext context) : base(context)
 {
 }
 public Repository(AforeGlobalContext context)
 {
     _context = context;
 }