public UserRepository(TinyBlogContext context)
 {
     _context = context;
 }
 public UserRepository()
 {
     _context = new TinyBlogContext();
 }