public Task <List <LocalMaterial> > GetMaterials()
 {
     return(serverModel.GetMaterialsAsync());
 }