public BaseController(ICategoryResptory category)
 {
     this.category = category;
 }
 public CategoryComponent(ICategoryResptory _categoryResptory)
 {
     categoryResptory = _categoryResptory;
 }