public bool IsExist(MaterialModel material)
 {
     return(IsExist(material.Id));
 }