public void Update(BLLCategory category)
 {
     uow.Categories.UpDate(CategoryMapper.GetDALEntity(category));
     uow.Commit();
 }