//Gesture Management Page - Admin
 public ActionResult gesture_management()
 {
     // Calling the intermediator file and Returing the List file to the View
     return(View(Facade.Admin_GestureShow()));
 }