public CategoriesController(IBLCategories bl)
 {
     this.db = bl;
 }
 public CategoriesController()
 {
     this.db = new CategoriesBL();
 }