public bool Add(Skill e)
 {
     //to return entity if added or null if failed
     return(link.Skills_Insert(e.Name) > 0);
 }