public async Task <List <Category> > GetAllCategory()
 {
     return(await _iCategoryBl.GetAllCategory());
 }