pub fn create_new<T>(entity: T, conn: &PgConnection) -> Result<T, Error>where T: NameTable + Serialize + QueryableByName<Pg> + Unpin + Send,