public HomeController(ICrudReddit reddit)
 {
     Reddit = reddit;
 }
 public RESTController(ICrudReddit reddit)
 {
     Reddit = reddit;
 }