public int ReturnCategoryId(Category category)
 {
     return(_stockOutRepository.ReturnCategoryId(category));
 }