public WorkOutActiveDb()
 {
     db = new WorkOutDBLayer.MyContext();
 }
 public CateogryDb()
 {
     db = new WorkOutDBLayer.MyContext();
 }