private bool CanSave()
 {
     return(RawMaterials == null || RawMaterials.All(a => !a.HasErrors));
 }