public MotherboardController(IAllMotherboards iallMotherboards, IMotherboardsCategory imotherboardCategory)
 {
     _allMotherboards          = iallMotherboards;
     _allMotherboardCategories = imotherboardCategory;
 }
 public MotherboardController(IAllMotherboards IAllMotherboards, IMotherboardCategory IMotherboardCategory)
 {
     _allMotherboards           = IAllMotherboards;
     _allMotherboardsCategories = IMotherboardCategory;
 }