Inheritance: BaseModel
 public void Insert(Ratings model)
 {
     Execute(SqlInsertCommand, model);
 }
 public void Update(Ratings model)
 {
     Execute(SqlUpdateCommand, model);
 }