public void Insert(MODEL.Notes Note)
 {
     throw new NotImplementedException();
 }
 public void Delete(MODEL.Notes Note)
 {
     throw new NotImplementedException();
 }
 public List <MODEL.Notes> ValidateNote1(MODEL.Notes kllnici)
 {
     throw new NotImplementedException();
 }