/// <summary>
 /// FindAll method.
 /// </summary>
 /// <returns></returns>
 public List <Setting> GetList()
 {
     return(db.Select());
 }