public List <Projects> BindAllProjects()
 {
     return(db.BindAllProjects());
 }