public CategoryDAL() { db = new SampleShopDBEntities(); }
public AuthorDAL() { db = new SampleShopDBEntities(); }