public DataTable GetCategoryTable(Category category)
        {
            DataTable dt = stockInRepository.GetCategoryTable(category);

            return(dt);
        }