public List <Estoque> Search(string search, bool considera_lote = false) { return(db.Search(search, considera_lote)); }