public UsersController(TwoCentsDbContext dbContext)
 {
     _dbContext = dbContext;
 }
 public PetitionsController(TwoCentsDbContext dbContext)
 {
     _dbContext = dbContext;
 }
 public CommentsController(TwoCentsDbContext dbContext)
 {
     _dbContext = dbContext;
 }